Skip to content

Conversation

@stevemessick
Copy link
Member

Cleans up reliance on .packages file. Most places that use it had already been changed to look for the package config file instead. I added a fall-back option to the one place that hadn't. I expect the Dart plugin will be updated soon, and when it is this fall-back option can be removed.

We are not deleting the code that uses .packages yet because old projects could, possibly, not have the package config file. That seems unlikely, but at some point it should be safe to trim all references to .packages.

Fixes #5614

@stevemessick stevemessick requested a review from helin24 February 24, 2022 22:23
@stevemessick stevemessick merged commit 1d89a06 into master Feb 24, 2022
@stevemessick stevemessick deleted the use-config branch February 24, 2022 23:32
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.

The .packages file is obsolete and should not be used

2 participants