-
Notifications
You must be signed in to change notification settings - Fork 75
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
Prepare for dart 3.0.0 alpha release #1878
Comments
This was referenced Jan 10, 2023
One more change to add to this list is that the path to find require.js packaged in the SDK will be changing. I plan on landing that in the same change that removes the .js files if possible. |
This was referenced Jan 12, 2023
annagrin
pushed a commit
to annagrin/webdev
that referenced
this issue
Jan 24, 2023
This was referenced Jan 24, 2023
Merged
This was referenced Jan 28, 2023
annagrin
pushed a commit
that referenced
this issue
Feb 1, 2023
* Cleanup unsused configuration paths Towards: #1878 * Update changelog * Address CR comments
This was referenced Feb 8, 2023
This was referenced Feb 18, 2023
Everything done! Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the dart 3.0.0 alpha release weak null safety mode will be disabled in build_web_compilers and flutter tools. See dart-lang/sdk#50700 for the proposed SDK changes.
Make sure we still can run weak null safety tests in dwds and webdev while various dependent tools will progressively remove null safety flags and artifacts.
webdev, dwds tests: Do not pass
--(no)-sound-null-safety
flags to build_web_compilersdwds tests fixtures: Use special branch of build_web_compilers that supports weak null safety
dwds tests (using build_web_compilers): generate missing SDK assets
After dart SDK 3.0.0-134.0.dev is released
dwds tests: Handle moved and deleted SDK assets.
Prep for stable: Update SDK constraints to allow SDK <4.0.0
Release new versions of dwds and webdev
17.0.0
release #19243.0.0
release #1925Cleanup
dwds tests Move common test functionality into a common test package, use in dwds, webdev, etc.
webdev: Enable weak null safety tests
dwds Make a copy of SDK directory to generate assets and run tests in
dwds Remove unused SDK configuration parts
Release
The text was updated successfully, but these errors were encountered: