-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Mirror leak_tracker at dart.googlesource.com #52246
Comments
To add a package to DEPS, it must be in the Dart Tools package group, according to https://goto.google.com/raising-the-quality-of-dart-packages-2020. If it is accepted as a new Dart Tools package, then it can be added to DEPS if all its dependencies are in DEPS already. I don't know if that applies to the dev dependencies. I don't see any comments on the design document, which is in the review stage. For example, could this code go into the analyzer package directly, rather than creating a new package? Sorry this link is not mentioned in the DEPS instructions for adding dependencies - it should be. It is also unclear what process is being followed for approving new dependencies and adding them. For example, here is another discussion going on about adding packages to DEPS: https://groups.google.com/a/google.com/g/dart-engprod/c/hfyqZQoM4xE/m/u5NiUax7AgAJ I'l start a thread on dart-core-libraries about adding this package, citing this issue. |
It seems it is big deal to reference the library. So, I will just copy the needed code instead. |
Reopening after discussing with team. |
Yes, I will mirror the repo to dart.googlesource.com. |
Thank you! |
Yes, the mirrors automatically track GitHub. |
I am getting error, when I run CL: https://dart-review.googlesource.com/c/sdk/+/301721
If I just run this command in leak_tracker repo, it passes well:
|
Reopening to figure this out... |
You pinned a bad commit that doesn't belong to any branch in the repository. Use a commit from the main branch :) dart-lang/leak_tracker@b711e58 Note how tags cannot be used if the commit is not on any branch. |
@sortie , thank you! it worked |
Created this issue per instruction here: https://github.com/dart-lang/sdk/blob/f9ccf90c975ec9f635c9beefcfcb9b40f6184c97/DEPS#LL37C1-L37C1
I need to add dependency on leak_tacker for dart-lang/sdk/pkg/analysis_server.
Issue: flutter/devtools#5606
The text was updated successfully, but these errors were encountered: