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

Prep for Dart 3 pre-release #72

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Prep for Dart 3 pre-release #72

merged 3 commits into from
Feb 5, 2024

Commits on Feb 4, 2024

  1. ci(all): test against stable SDK

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    91c394d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74986e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. test(all): test 1.25.0 causes parallel browser tests to hang

    Take `_tests` for example. `dart run build_runner test -- -P browser
    -j1` works fine, but `-j8`, which is the default, hangs after all tests
    cases succeeded. This should warrant a bug reprot.
    
    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e97d038 View commit details
    Browse the repository at this point in the history