-
Notifications
You must be signed in to change notification settings - Fork 842
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
Add --test and --bench options to build command #651
Comments
What do you think about an |
I'm in favor of it, though we will probably need to bikeshed the name to On Wed, Jul 29, 2015, 8:51 AM Emanuel Borsboom [email protected]
|
I'd like to write up clearly my plans for overhauling how targets, "wanted"s,
Note: above doesn't explicitly take Pinging @borsboom @chrisdone |
Sounds good to me. I think that perhaps the
Presumably this will take into account when you do
As a would-be-nice enhancement for the command-line implementation of this, we can possibly provide completions via the optparse API. That'd make it easier to write |
Good point, and not reflected above. The heuristic above should be "mark something as a dependency if it's a dependency of a dependency, or if it's a dependency of a target and not a target itself." EDIT I updated the comment above to include this. Providing autocompletion would be nice, but I don't intend to include it in the initial implementation. |
I've opened up PR #753 with these changes, closing this issue so we can discuss on the PR. |
When I run Stack version 0.1.6.0 |
@WillSewell Could you open a new issue a reference this one ? |
@WillSewell Also, please try with version 0.1.8.0, since a lot has changed since 0.1.6.0 |
Motivation: you could write something like the following:
This just makes the commands far more composable than they are right now. We should not remove or deprecate
stack test
andstack bench
IMO: they are useful shortcuts for common cases.The text was updated successfully, but these errors were encountered: