-
Notifications
You must be signed in to change notification settings - Fork 215
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
Support running without a packages/ directory #327
Comments
Same Problem - Earlier Version of dartDart VM version: 1.12.0-dev.5.8 (Thu Aug 20 07:16:22 2015) on "macos_x64"
Where I am not using a Thanks in advance. |
The test runner doesn't yet support running without a Note that the |
pub run test
fails with .packages
file instead of packages
directory
For those following along: all the (known) blockers for this are captured in dart-lang/sdk#24112 |
@nex3, do you have an update on when a fix to this might land? |
Looks like dart-lang/sdk#23990 has been resolved a while ago, so "blocked" tag can be removed from this issue? |
There's still ongoing work to land and verify stable package-introspection APIs. Many of them are in place but the verification work is still ongoing. |
For what it's worth, Flutter is switching over to using |
You're of course welcome to do whatever you need to get your code working, but please keep in mind that |
Yeah, we wanted to try it out. If too much stuff is broken, we can go back to having the symlinks around. |
We ran into this again, but have worked around it for now by adding a |
@lrhn is working hard on testing here. That should unblock work for this. |
Just checking in on this. No huge rush (I know @nex3 is hard at work on other things). This I believe is the last remaining issue Flutter is running into with our use of .packages files. :) |
My bad. I just checked Natalie's things-to-do-soon list and this is on the top of it. Apologies for the noise. |
This allows this to be compatible with package specs as well as package directories. See dart-lang/test#327 [email protected] Review URL: https://codereview.chromium.org//2168203002 .
This allows this to be compatible with package specs as well as package directories. See dart-lang/test#327 [email protected] Review URL: https://codereview.chromium.org//2168203002 .
pub run test
Dart VM version: 1.13.0-edge.41840f374008c8430c1bf034f65af1c2c39e19f5 (Fri Aug 21 16:18:10 2015) on "linux_x64"
test 0.12.4+6
The text was updated successfully, but these errors were encountered: