-
Notifications
You must be signed in to change notification settings - Fork 221
Prepare to use DDC Library Bundle module system by default #4306
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
base: master
Are you sure you want to change the base?
Conversation
PR Health |
|
How to force it with the current published version? (So we can report any bug before it becomes the default.) |
| ## 4.4.8-wip | ||
| - Minor updates to flag resolution logic. | ||
|
|
||
| ## 4.4.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to release 4.4.7?
https://github.com/dart-lang/build/pull/4303/files#diff-6dc6d2a08a07bfe6a88bdaf089927dccbf638a138adddfea0664ca1ba2105851 put 4.4.7 in the CHANGELOG but did not update the pubspec, so there is no 4.4.7 released :) https://pub.dev/packages/build_web_compilers
To get back to a good state please do one of:
- If you want a 4.4.7 release that does not include this PR, that will need a separate PR to update pubspec.yaml to 4.4.7, merge that, release, then this PR on top
- If you want a 4.4.7 release that does include this PR, the new CHANGELOG entry here should be under 4.4.7, the pubspec needs updating to 4.4.7, then merge+release
- If you don't want any release yet then the CHANGELOG should have 4.4.7-wip with two entries, and the pubspec should say 4.4.7-wip to match it
:)
Plumbs some easily toggle-able flags through some tests + fixes some flags' logic. This isn't user visible.