-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Pull in latest pub – with change to hidden directory (.pub -> .dart_tool/pub) #32030
Comments
Please socialize with the flutter team, as it will also impact all flutter templates, packages, and plugins. |
Would like to get this in for -dev.32 – so @alexander-doroshko can validate IntelliJ support |
@mit-mit – emailed internal teams and posted to misc - https://groups.google.com/a/dartlang.org/forum/#!topic/misc/JICjwA7AOro |
* Ignore new `dart_tool` pub cache directory See: dart-lang/sdk#32030 * Update .gitignore
See: #32030 Change-Id: I8210b963cec3656544e57fe468a59bd236b3c591 Reviewed-on: https://dart-review.googlesource.com/46000 Reviewed-by: Brian Wilkerson <[email protected]>
FWIW, I just learnt of this for the first time. Apparently I am not subscribed to the lists mentioned above. |
Got in the changelog, but no email was sent https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#other-features 😕 |
* Update .gitignore to new `dart_tool` pub cache dart-lang/sdk#32030 * delete .pub and packages https://www.dartlang.org/guides/libraries/private-files
Dart SDK tooling such as pub and build_runner now use .dart_tool/ for temporary locally-cached files. dart-lang/sdk#32030
dart-lang/pub@df4f2e6
If we're really going to run with this
CC @kwalrath
The text was updated successfully, but these errors were encountered: