Skip to content

Update builds for SDK assets in tests #2653

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update builds for SDK assets in tests #2653

wants to merge 2 commits into from

Conversation

nshahan
Copy link
Contributor

@nshahan nshahan commented Jul 24, 2025

  • Remove --sound-null-safety flag. It is currently ignored but will be removed in a future version.
  • Stop building any SDK .dill files. Some of these were needed for unsound builds after the release of Dart 3.0 but currently the full and outline .dill files are packaged and distributed with the SDK.

nshahan added 2 commits July 24, 2025 15:26
- Remove `--sound-null-safety` flag. It is currently ignored
  but will be removed in a future version.
- Stop building any SDK .dill files. Some of these were needed
  for unsound builds after the release of Dart 3.0 but currently
  the full and outline .dill files are packaged and distributed
  with the SDK.
Copy link
Collaborator

@bkonyi bkonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Side question: I'm guessing most of the formatting changes are due to the changes to the formatter in 3.8? If so, I'll format everything in a follow up PR.

@nshahan
Copy link
Contributor Author

nshahan commented Jul 25, 2025

Just an FYI I think I will hold of landing this change until https://dart-review.googlesource.com/c/sdk/+/442162 lands and makes it's way into a dev release. More tests should be passing and I hope those timeouts will be resolved too. I want to have a clearer picture to verify that this change isn't causing any new test failures.

Side question: I'm guessing most of the formatting changes are due to the changes to the formatter in 3.8? If so, I'll format everything in a follow up PR.

Yeah, I'm assuming the formatting changes were from Dart 3.8 as well. I ran a format on save from VS Code and just accepted the result.

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

Successfully merging this pull request may close these issues.

2 participants