Skip to content

Reland "Add flag controlling creation of .packages file." #3413

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

Merged
merged 2 commits into from
May 12, 2022

Conversation

sigurdm
Copy link
Contributor

@sigurdm sigurdm commented May 4, 2022

This is a revert of #3357 that itself reverted: #2757

This should be safe now that flutter/flutter#99677 has landed.

Fixes dart-lang/sdk#47431

@sigurdm sigurdm requested review from jonasfj and mit-mit May 4, 2022 12:31
@mit-mit
Copy link
Member

mit-mit commented May 10, 2022

@sigurdm is this ready to go?

@sigurdm
Copy link
Contributor Author

sigurdm commented May 10, 2022

Yes - I just wanted it to be rolled into the sdk in its own CL and got distracted...

Will land this Thursday

@sigurdm sigurdm merged commit 51435ef into dart-lang:master May 12, 2022
sigurdm added a commit to flutter/flutter that referenced this pull request Jun 21, 2024
Not sure exactly what this was supposed to do, but pub no longer writes
".packages" and has not done since:
dart-lang/pub#3413. So this check would never
find a '.packages'.

Not sure if this code was doing anything useful - but it does not seem
to have been missed for a couple of years.

This is a warm-up for: #150196

It was added in #6093 seemingly
without tests of this functionality.
sigurdm added a commit to sigurdm/flutter that referenced this pull request Jun 26, 2024
Not sure exactly what this was supposed to do, but pub no longer writes
".packages" and has not done since:
dart-lang/pub#3413. So this check would never
find a '.packages'.

Not sure if this code was doing anything useful - but it does not seem
to have been missed for a couple of years.

This is a warm-up for: flutter#150196

It was added in flutter#6093 seemingly
without tests of this functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop producing .packages
3 participants