Closed
Description
- have a package dependency on a package with a binary (test)
- See that 'pub run test:test' works
- Add a dependency_override to test
- pub install/upgrade
Expected:
run 'test' from the override dir
Actual: 'test' still runs from the created cache
work-around: delete '.pub' from the project directory
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
nex3 commentedon Apr 7, 2015
The title says "dev dependency" but step 4 says "dependency_override". Which is it?
nex3 commentedon Apr 7, 2015
Changed the title to: "Adding a dependency override to a package with a binary borks pub run".
nex3 commentedon Apr 14, 2015
I don't think this is actually specific to dependency overrides; I can reproduce it with a normal dependency, as long as the second dependency is a path dependency.
Set owner to @nex3.
Added Started label.
nex3 commentedon Apr 15, 2015
Fixed by r45147.
Added Fixed label.
DartBot commentedon Jun 4, 2015
This issue has been moved to dart-lang/pub#8.