-
Notifications
You must be signed in to change notification settings - Fork 69
[native_assets_builder] Move test/data/
to test_data/
#938
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
Conversation
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
PR HealthBreaking changes ✔️Details
Changelog Entry ✔️Details
Changes to files need to be accounted for in their respective changelogs. License Headers ✔️Details
All source files should start with a license header. Unrelated files missing license headers
Package publish validation ✔️Details
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
mosuem
approved these changes
Jan 17, 2024
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this pull request
Jan 26, 2024
`package:ffi` has moved from dart-lang/ffi to dart-lang/native. Stop pulling in dart-lang/ffi and update the revision for dart-lang/native to include a revision with `package:ffi` `tools/generate_package_config.dart` should automatically update the toplevel `.dart_tool/package_config.json` to point to the new checkout location the Dart SDK. Also rolls breaking change in native_assets_cli: dart-lang/native#885 And rolls the move of the test projects: dart-lang/native#938 Change-Id: Ibc1c88026487bece2580a7d3d4ceb7ee50cd76d0 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-mac-release-try,pkg-mac-release-arm64-try,pkg-win-release-try,pkg-win-release-arm64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/346761 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Moritz Sümmermann <mosum@google.com>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
package:hooks_runner
skip-coverage-check
type-infra
A repository infrastructure change or enhancement
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.
Too much pain with
test/data/
lets try to pick a folder that's not checked by Dart tooling:test_data/
.dart pub publish --dry-run
analyzes all Dart files with regard to toplevelpubspec.yaml
pub#3982These projects are used in the tests in the Dart SDK as well, so this will require a manual roll.