Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FileContents class. #2312

Merged
merged 1 commit into from
Aug 19, 2020
Merged

Conversation

srawlins
Copy link
Member

The public constructor was a factory constructor which can return null, which
is illegal under the null safety language feature. Any refactoring is breaking,
and the class's functionality is better implemented as an extension.

Also change a few package:path/path.dart import prefixes from path to p.

The public constructor was a factory constructor which can return null, which
is illegal under the null safety language feature. Any refactoring is breaking,
and the class's functionality is better implemented as an extension.
@srawlins srawlins requested a review from scheglov August 18, 2020 23:21
@googlebot googlebot added the cla: yes Google CLA check succeeded. label Aug 18, 2020
@srawlins srawlins merged commit b7da88b into dart-lang:master Aug 19, 2020
@srawlins srawlins deleted the file-contents branch August 19, 2020 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants