Skip to content
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

Closed
13 tasks done
annagrin opened this issue Jan 9, 2023 · 2 comments
Closed
13 tasks done

Prepare for dart 3.0.0 alpha release #1878

annagrin opened this issue Jan 9, 2023 · 2 comments
Assignees

Comments

@annagrin
Copy link
Contributor

annagrin commented Jan 9, 2023

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.

After dart SDK 3.0.0-134.0.dev is released

Cleanup

Release

  • g3 roll
  • release dwds and webdev
  • update dwds in flutter tools
@nshahan
Copy link
Contributor

nshahan commented Jan 11, 2023

One more change to add to this list is that the path to find require.js packaged in the SDK will be changing.
dart-sdk/lib/dev_compiler/kernel/amd/require.js -> dart-sdk/lib/dev_compiler/amd/require.js

I plan on landing that in the same change that removes the .js files if possible.

annagrin pushed a commit to annagrin/webdev that referenced this issue Jan 24, 2023
annagrin pushed a commit that referenced this issue Feb 1, 2023
* Cleanup unsused configuration paths

Towards: #1878

* Update changelog

* Address CR comments
@annagrin
Copy link
Contributor Author

annagrin commented Mar 1, 2023

Everything done! Closing.

@annagrin annagrin closed this as completed Mar 1, 2023
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

No branches or pull requests

2 participants