-
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
Dart 3 tools changes #50707
Labels
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
Milestone
Comments
mit-mit
added
the
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
label
Dec 13, 2022
@mit-mit - anything we need to land here for the beta? We still have one item unchecked. |
@pq - only open item here is dart-lang/core#789. I assume we don't need that for the beta cut. Is this something we want for Dart 3 stable? |
@vsmenon: correct. We only want that for stable. |
Yeah, we're good here for beta! |
Anything we need for stable? |
Last issue is dart-lang/core#789. I'll ping on that. |
All done 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
This is a meta-issue to discuss, triage, and track tools changes in the Dart 3 release. A core theme of this release is getting rid of historical bagage, so we should look at cleaning up historical tooling artefacts.
Included in Dart 3
dart
tool:[breaking change]: Deprecation and discontinuation of standalone Dart tools #46100
.packages
, now replaced with.dart_tool/package_config.json
:[breaking change] discontinue .packages file #48272
dart format --fix
(nowdart fix
):Remove
--fix
dart_style#1153Cleanup DDC files copied to the released SDK for Dart 3.0 #50700
Do we need to ship the null safety migration tool in Dart 3.0? #50319,
Remove features for migrating to null safety pub#3713
dart migrate
dart pub upgrade --null-safety
dart pub outdated --mode=null-safety
Remove analyzer's deprecated analysis modes: no-implicit-casts and no-implicit-dynamic #50679
dart
CLI tool commands:[Meta] Dart 3.0 CLI Cleanup #50973
edead9c
JavaScript compilers support for
--null-assertions
in Dart 3.0 #50711get
command:dart cli commands should run pub get #50422
Postponed
- [ ] Standardized location for user-level SDK files. Currently these are scattered across~/.pub-cache
,.dartServer
,.dart
,.flutter
,.flutter-devtools
, etc.- [ ] Somedart
subcommand for managing this location (viewing size, pruning it, etc.)- [ ] Consider using OS-standard locations for these (e.g. on Windows)The text was updated successfully, but these errors were encountered: