Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dart-lang/test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f704d5a
Choose a base ref
...
head repository: dart-lang/test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b82fc0b
Choose a head ref
  • 3 commits
  • 29 files changed
  • 2 contributors

Commits on Oct 26, 2022

  1. Expand test_api pubspec description (#1775)

    Improves the pub score.
    natebosch authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    fa81b45 View commit details
    Browse the repository at this point in the history
  2. Bump to the latest matcher and prepare to publish (#1778)

    Bump test_core SDK constraint to 2.18 since `test_api` and `test`
    already have that constraint and it would not be possible to resolve
    this `test_core` in a useful way on an older SDK.
    
    Drop redundant SDK arg in test_core mono_pkg config, regenerate
    mono_repo outputs.
    natebosch authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    262bc7b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Experimental wasm support (#1777)

    - Adds the experimental platform `experimental-chrome-wasm`. This requires chrome beta and a very recent SDK to run.
      - This platform will be deleted eventually, and replaced with a [--compiler](#1776) flag.
    - Adds `wasm` to the boolean selector variables, and an `isWasm` field to `Runtime` (defaults to false, so should be non-breaking).
    
    Note that the integration test for this will initially be failing, as there is one more change needed from the SDK, but once that lands we can update this to point at the new location for the wasm runtime, update the min SDK, re-run the tests, and land.
    jakemac53 authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b82fc0b View commit details
    Browse the repository at this point in the history
Loading