You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plumbing flags required for running tests with the DDC module system. (#2295)
* Updating the legacy loader to use the new DDC module loader API
* Adding tests and plumbing for the DDC module system.
* updating changelog
* Restructuring asset bundling and flags
* Restructuring asset bundling and flags
* Updating test sdk paths
* Moving the module format specifier to an enum and unioning static assets across module formats
* Fixing analysis errors
* Exposing utilities/ddc_names.dart
* removing extraneous export
* Fixing race condition without extraneous plumbing.
* Extending tests and restructuring logic into helpers
* Extending sdk config tests and moving autorun functionality into the test context.
* Fixing analysis errors
* adding missing DDC sound sdks to asset generator test
* Fixing ddc and amd paths
* Keeping the first instance of an app connection and extending timeouts
* formatting files
* Exposing utilities/ddc_names.dart
* Loosen `vm_service` constraints and prepare DWDS for release to 23.1.1 (#2329)
* Reset DWDS to version `23.2.0-wip` after release (#2334)
* Adding changelog
---------
Co-authored-by: Elliott Brooks <[email protected]>
Copy file name to clipboardExpand all lines: dwds/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## 23.2.0-wip
2
2
3
3
- Send untruncated `dart:developer` logs to debugging clients. - [#2333](https://github.com/dart-lang/webdev/pull/2333)
4
+
- Enabling tests that run with the DDC module system and exposing `utilities/ddc_names.dart` - [#2295](https://github.com/dart-lang/webdev/pull/2295)
0 commit comments