-
Notifications
You must be signed in to change notification settings - Fork 231
Stop generating .packages
#2756
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
Comments
ironically, Or put, differently: I think we could:
|
Another thing that we can do, before flipping the flag, is that every time a |
@jonasfj is the first item in your checklist done now? |
Also, can I suggest we add the |
Hi @jonasfj we need to make progress on this; can we go ahead and add the |
I'll start reviving the PR we have lying around. |
Done in #2757 |
There is no need for a new SDK to generate a
.packages
file for itself. The only reason for having one is to support old third-party tools which have not started using the.dart_tool/package_config.json
file yet.We should identify any such tools blocking us from removing the
.packages
file, make sure they are updated, and then stop generating.packages
files.The sooner this is done, the better.
Would it be possible to stop generating the
.packages
file for Pub in SDK -dev builds? That should smoke out any remaining uses of the file. Maybe keep the feature available under a flag, so people really needing it can still get it that way?The text was updated successfully, but these errors were encountered: