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/webdev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dart-lang/webdev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24.4.0+2-hotfix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 22, 2025

  1. [DWDS] prepare for 24.4.0+1 hotfix release (#2674)

    The native VM service disconnects all non-DDS clients when DDS connects
    in order to keep state consistent. DWDS was never configured to work
    this way and, instead, would not let DDS connect if there were already
    existing clients.
    
    This is fine most of the time, as DDS is typically the first client, but
    in cases where multiple DDS instances attempt to start at once (e.g., a
    simultaneous `flutter run` and `flutter attach`), this inconsistency
    prevents tools from falling back to using an already connected DDS
    instance, as seen in flutter/flutter#171758.
    
    Fixes #2399
    bkonyi authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    6ec171b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. [ Hotfix ][ DWDS ] Fix issue where null was repeatedly sent to connec…

    …ted clients (#2679)
    
    This is a regression from 1c29125 and was reported in flutter/flutter#174437
    bkonyi authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    c2fc734 View commit details
    Browse the repository at this point in the history
Loading