-
Notifications
You must be signed in to change notification settings - Fork 229
pub upgrade, pub build fails with transformers on latest 1.14 dev build #1379
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
Comments
Also seeing it on Linux - Dart VM version: 1.14.0-dev.7.0 |
I haven't finished investigating this, but at first blush I don't believe it's a pub bug. It works fine with dart-lang/sdk@80702cb and breaks with dart-lang/sdk@5c2125c. Between those two revisions, there are no changes to the revision from which pub was pulled—and thus no changes to pub. I think this has something to do with package resolution changing in a backwards-incompatible way. |
I can reproduce a different error, but I can't reproduce the one printed here. Is it sufficient to just run |
This is Against polymer-dart 9bbad6686ecb1b702a61d581a1d1b3d2c52f9b56
|
with --trace
|
That's a different error than you posted before, and also a different error than the one I'm seeing. Do you know what changed between your first report and the error you're seeing now? Can you still reproduce the first error? |
Bisecting indicates that the error—at least the one I'm seeing—originated in dart-lang/sdk@6d066c7. I suspect that some isolate API got changed in a backwards-incompatible way as part of that change. |
Okay, I've found three issues (linked above) that seem to be causing the various errors we've seen. Since I've confirmed that this is not a bug in pub, I'm closing out this issue. |
From @kevmoo on January 13, 2016 18:58
Dart VM version: 1.14.0-dev.7.0
Also on bleeding edge - 5c2125c9af35e5f198631483a20caa39634d660f
Mac
Repo:
pub upgrade
orpub build test
Copied from original issue: dart-lang/sdk#25423
The text was updated successfully, but these errors were encountered: