Skip to content
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

Bug: Build commands show quick panel for single projects #11

Closed
albertfong opened this issue Dec 20, 2012 · 1 comment
Closed

Bug: Build commands show quick panel for single projects #11

albertfong opened this issue Dec 20, 2012 · 1 comment

Comments

@albertfong
Copy link
Contributor

I'm seeing this happen after mvoidex's Dec 18th commit to prompt on build.

Unless I'm mistaken, it looks like in cabalbuild.py, it should return after:

50   +    if len(ps) == 1: # There's only one project, build it
51   +        run_selected(ps[0])
52   +

...otherwise, it'll fall through and show the quick panel (w/ only one project) and run the command again upon selection.

@nh2
Copy link
Member

nh2 commented Jan 13, 2013

Fixed in 4d7fefc. Thanks!

@nh2 nh2 closed this as completed Jan 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants