-
Notifications
You must be signed in to change notification settings - Fork 82
Plumbing flags required for running tests with the DDC module system. #2295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
61f964b
Updating the legacy loader to use the new DDC module loader API
Markzipan e17f872
Adding tests and plumbing for the DDC module system.
Markzipan 6a01aad
updating changelog
Markzipan 2e4d0a2
Merge branch 'dart-lang:master' into ddc-test-plumbing
Markzipan 188a5ae
Restructuring asset bundling and flags
Markzipan c055748
Restructuring asset bundling and flags
Markzipan cc66e55
Updating test sdk paths
Markzipan e37da6b
Moving the module format specifier to an enum and unioning static ass…
Markzipan dcbea77
Fixing analysis errors
Markzipan 40ac194
Exposing utilities/ddc_names.dart
Markzipan 83d5feb
removing extraneous export
Markzipan 6d5bcfe
Fixing race condition without extraneous plumbing.
Markzipan 2cff2ce
Extending tests and restructuring logic into helpers
Markzipan 84ee640
Merge branch 'master' into ddc-test-plumbing
Markzipan 77bd6eb
Extending sdk config tests and moving autorun functionality into the …
Markzipan 43e6446
Merge branch 'master' into ddc-test-plumbing
Markzipan 69fa508
Merge branch 'master' into ddc-test-plumbing
Markzipan 7330d99
Fixing analysis errors
Markzipan b30a41f
adding missing DDC sound sdks to asset generator test
Markzipan 5b9854e
Fixing ddc and amd paths
Markzipan c606696
Keeping the first instance of an app connection and extending timeouts
Markzipan dafca8a
formatting files
Markzipan 819bcf5
Merge remote-tracking branch 'origin' into ddc-test-plumbing
Markzipan 42c674e
Exposing utilities/ddc_names.dart
Markzipan f4ae7e2
Loosen `vm_service` constraints and prepare DWDS for release to 23.1.…
elliette 4f143c9
Reset DWDS to version `23.2.0-wip` after release (#2334)
elliette ac28b96
Adding changelog
Markzipan e4c7df0
Merge remote-tracking branch 'origin/master' into ddc-test-plumbing
Markzipan dbcb892
Merge remote-tracking branch 'origin' into ddc-test-plumbing
Markzipan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file | ||
// for details. All rights reserved. Use of this source code is governed by a | ||
// BSD-style license that can be found in the LICENSE file. | ||
|
||
export 'src/utilities/ddc_names.dart'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.