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
{{ message }}
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.
Since barback doesn't have a concept of directories, it's possible to emit two assets like:
foo/bar // a file "bar" with no extension
foo/bar/baz.txt
That will fail horribly with something like pub build when it tries to output those two files. Instead of allowing this, barback should probably treat that like a collision.
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#17150
Since barback doesn't have a concept of directories, it's possible to emit two assets like:
foo/bar // a file "bar" with no extension
foo/bar/baz.txt
That will fail horribly with something like pub build when it tries to output those two files. Instead of allowing this, barback should probably treat that like a collision.
The text was updated successfully, but these errors were encountered: