You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has a "packages" directory. (You've pub installed it.)
Is not using git.
Then you'll get bad paths when trying to generate the archive. This is stems from the fact that Directory.list() in dart:io gives us paths after symlinks have been resolved.
The patch works around it, but we should have a cleaner fix. We should also have a test that can repro this issue.
The text was updated successfully, but these errors were encountered:
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"> Issue by munificent
Originally opened as dart-lang/sdk#7357
This patch: https://codereview.chromium.org/11558036/
fixes a bug where if have a package that:
Then you'll get bad paths when trying to generate the archive. This is stems from the fact that Directory.list() in dart:io gives us paths after symlinks have been resolved.
The patch works around it, but we should have a cleaner fix. We should also have a test that can repro this issue.
The text was updated successfully, but these errors were encountered: