-
Notifications
You must be signed in to change notification settings - Fork 9
Conflicts with source assets should have a better error message #18
Comments
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3 See also issue #17. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Marked this as blocking dart-lang/pub#704. |
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3 Issue dart-lang/pub#783 has been merged into this issue. |
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="48" height="48"hspace="10"> Comment by sethladd thanks for de-duping! |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch FYI - this bug might be also the reason behind issue dart-lang/sdk#15823, I just replied there to clarify. It seems that the process described in issue dart-lang/pub#704 (clicking 'Run As Javascript') is going to trip a lot of people with this error. |
<img src="https://avatars.githubusercontent.com/u/4865287?v=3" align="left" width="48" height="48"hspace="10"> Comment by lrhn Removed Area-Library label. |
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3 Issue #30 has been merged into this issue. |
<img src="https://avatars.githubusercontent.com/u/3276024?v=3" align="left" width="48" height="48"hspace="10"> Comment by anders-sandholm Removed Library-Barback label. |
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3 Issue dart-lang/pub#861 has been merged into this issue. |
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="48" height="48"hspace="10"> Comment by sethladd Issue dart-lang/pub#861 has been merged into this issue. |
<img src="https://avatars.githubusercontent.com/u/2156198?v=3" align="left" width="48" height="48"hspace="10"> Comment by kasperl Removed this from the Later milestone. |
<img src="https://avatars.githubusercontent.com/u/2156198?v=3" align="left" width="48" height="48"hspace="10"> Comment by kasperl Removed Oldschool-Milestone-Later label. |
<img src="https://avatars.githubusercontent.com/u/7966938?v=3" align="left" width="48" height="48"hspace="10"> Comment by sonoranDesert I'm getting an "all emitted asset" error similar to the one described in this ticket when I run the Is there some way I can determine which asset is causing the conflict? |
<img src="https://avatars.githubusercontent.com/u/7966938?v=3" align="left" width="48" height="48"hspace="10"> Comment by sonoranDesert Sorry for the emails, but I figured out the issue. If the build artifact already exists then |
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#14593
Right now when barback detects a conflict between a generated asset and a source asset, it displays it like so:
Transforms {Dart2JS on wordherd|web/solver/solver.dart} all emitted asset wordherd|web/solver/solver.dart.js.
This makes it look like a bug, since there's only one transformer there. The error should make it clear that the conflict was with a source asset on the physical filesystem.
The text was updated successfully, but these errors were encountered: