-
Notifications
You must be signed in to change notification settings - Fork 4
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
Relative paths seem to not be supported #198
Comments
@mosuem thanks for reporting this |
Thanks! That will work well for packages which are ready to be published. However, this will not help for packages during during development, where multiple packages may be touched at the same time. Should I open a new issue for this? This should be less common though. |
@mosuem good point. Will test that but I think this works already as we execute pub get in place and transfer the resulting package config while turning relative paths into absolute ones. But if you already have a concrete issue then please create a new issue. Will release this fix later so that you can use it already |
Describe the bug
While trying out the PR health workflow in dart-lang/native, I saw that it throws for some of the packages in that monorepo.
To Reproduce
Actual and Expected behavior
Throws an error
But this package does exist there. Probably some copying doesn't copy the path dependencies?
System info (please complete the following information):
dart --version
:Dart SDK version: 3.7.0-207.0.dev (dev) (Mon Dec 2 12:02:22 2024 -0800) on "linux_x64"
dart-apitool --version
):0.20.0
Additional context
The text was updated successfully, but these errors were encountered: