Skip to content

Need way to launch binaries in Pub packages #8281

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

Closed
justinfagnani opened this issue Feb 3, 2013 · 4 comments
Closed

Need way to launch binaries in Pub packages #8281

justinfagnani opened this issue Feb 3, 2013 · 4 comments
Labels
closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug

Comments

@justinfagnani
Copy link
Contributor

I have a library that needs to start a new Dart process with a script located in the library. The script must be in bin/ or another dir with a packages link so that package: imports work, but if it's outside of lib/ I can't access it.

@nex3
Copy link
Member

nex3 commented Feb 5, 2013

This sounds like a job for... Bartender!

In seriousness, this seems really hard to do right now but really easy with a library that knows where your pub cache is and what it looks like.

@DartBot
Copy link

DartBot commented Feb 5, 2013

This comment was originally written by [email protected]


I agree. When I chatted with Justin about this, I said a pub/bartender API that lets you programmatically work with the pub cache would help a lot here.

@munificent
Copy link
Member

Added Duplicate label.
Marked as being merged into #7874.

@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/pub#426.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants