-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
CLI --debug
flag
#31
Comments
👍 |
Currently, ava does not have a single config store, so we have to come up with some way to share configuration between scripts. Right now, I can see 2 ways to implement this, without major code changes:
What do you think? |
Config would also be handy for #27 |
Do you mean for child processes? Or just for the AVA scripts in general? |
@Qix- Sorry, did not understand your question |
I re-read your comment; I think see what you mean now. I'd have to test, but I'd suspect that ad-hoc environment variables added to |
Yes, child processes will get modified |
I don't understand how this is related to a As for sharing config with sub-processes, that's better discussed in #1. But tl;dr, |
@sindresorhus I was talking about the ways to indicate, that user specified |
It could just read argv: |
For running everything serially so it's easier to debug concurrency issues.
In the future it might do other things too to aid in debugging. Suggestions welcome.
The text was updated successfully, but these errors were encountered: