dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
212 stars 75 forks source link

Fixing Set runtime type names in DDC #2457

Closed Markzipan closed 4 months ago

Markzipan commented 4 months ago

Fixes tests that break due to https://dart-review.googlesource.com/c/sdk/+/373327

DDC now represents _HashSet object as LinkedSet in its internal representation (no implementation changes).

jakemac53 commented 4 months ago

Note that this introduced new test failures on the dev channel. Not sure if we expect these to just go away soon, or if the test should be more resilient (allow either representation?)