Skip to content
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

Fix conflicting webdev smoke package names. #2202

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

sortie
Copy link
Contributor

@sortie sortie commented Aug 23, 2023

Packages rolled into the Dart SDK via DEPS need to have non-colliding package names.

Bug: b/297182119

Packages rolled into the Dart SDK via DEPS need to have non-colliding
package names.

Bug: b/297182119
@sortie sortie requested a review from jakemac53 August 23, 2023 13:42
Copy link
Contributor

@jakemac53 jakemac53 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These packages probably really don't need to make their way into the SDK or google3 at all?

@sortie
Copy link
Contributor Author

sortie commented Aug 23, 2023

Yeah the thing is that we pin the git repository and the SDK's tools/generate_package_config.dart script automatically adds all the packages it finds to .dart_tools/package_config.json. There is no real mechanism for slicing out the subset of packages that are irrelevant, so this is the easier solution :)

@sortie sortie merged commit 0044d75 into master Aug 24, 2023
48 checks passed
@sortie sortie deleted the cl-sortie-fix-conflicting-webdev-sound-package-names branch August 24, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants