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/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a71ad6
Choose a base ref
...
head repository: dart-lang/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72a2060
Choose a head ref
  • 6 commits
  • 19 files changed
  • 3 contributors

Commits on Jan 6, 2025

  1. Update package:collection for the new strict_top_level_inference li…

    …nt (#735)
    
    * Update README.md
    
    * address strict_top_level_inference diagnostics
    
    * deprecate UnmodifiableMapMixin.first and UnmodifiableMapMixin.last
    
    * Update unmodifiable_wrappers.dart
    
    * ignore provide_deprecation_message diagnostics
    devoncarew authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    eb74f03 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    513fa2f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    2ac228b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    48c3c45 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    a59cbea View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Remove sorting of allowedHelp maps (#852)

    Closes #845
    
    It is idiomatic to treat the key order of a Dart map as meaningful
    given that map literals and default Map type preserve key insertion
    order. It is more useful to allow the caller to decide this order than
    to mandate an alpha sorting by key. Callers which need this order can
    construct the map appropriately, and callers which prefer a different
    order now have the capability.
    
    Remove the additional list copy and iterate the map keys directly.
    
    Releasing as a non-breaking change since specific usage output is
    considered an implementation detail. This is expected to impact some CI
    statuf for packages with tests hardcoding a strict dependency on the
    output.
    
    No additional tests are necessary since updating the order in existing
    tests demonstrates the same behavior as adding a non-sorting specific
    test.
    
    Refactor a few null check conditions to variable assignment patterns.
    natebosch authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    72a2060 View commit details
    Browse the repository at this point in the history
Loading