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/mockito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d6632f
Choose a base ref
...
head repository: dart-lang/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3ef744f
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 27, 2024

  1. Add basic extension types support

    This includes allowing extension types as both methods' arguments
    and return types.
    
    Trying to mock an extension type currently silently produces a mock
    of its representation, which is likely undesired, but currently
    I don't see a way to detect this. It looks like constant evaluation
    always produces erased types.
    
    PiperOrigin-RevId: 610676339
    Ilya Yanok authored and copybara-github committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b693ada View commit details
    Browse the repository at this point in the history
  2. Bump dart-lang/setup-dart from 1.6.0 to 1.6.2

    Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.0 to 1.6.2.
    - [Release notes](https://github.com/dart-lang/setup-dart/releases)
    - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
    - [Commits](dart-lang/setup-dart@b64355a...fedb126)
    
    ---
    updated-dependencies:
    - dependency-name: dart-lang/setup-dart
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and yanok committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ecec7c1 View commit details
    Browse the repository at this point in the history
  3. Bump SDK version using in CI to 3.3

    Mockito now requires Dart SDK 3.3, so bump the SDK version used in CI.
    Ilya Yanok authored and yanok committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3ef744f View commit details
    Browse the repository at this point in the history
Loading