Skip to content

Reenable tasks without side-effects, that only run code #7855

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

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

josevalim
Copy link
Member

Closes #7848.

## Command-line options

* `--config`, `-c` - loads the given configuration file
* `--eval`, `-e` - evaluates the given code
* `--require`, `-r` - requires pattern before running the command
* `--require`, `-r` - executes the given pattern/file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this change is consistent with the description of the next flag:

parallel, -p - makes all requires parallel

Maybe “requires (and executes) the given pattern/file”?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, since the word "requires" is talking about the --require flag. Thoughts?

@michalmuskala
Copy link
Member

I think this is a sensible change, I don't see any downsides to this.

@josevalim josevalim merged commit 8d082ad into master Jul 11, 2018
@josevalim
Copy link
Member Author

❤️ 💚 💙 💛 💜

@josevalim josevalim deleted the jv-reenable branch July 11, 2018 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants