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

Provide a mode to not re-compile/re-test everything at every iteration #132

Closed
ColinPitrat opened this issue Mar 21, 2019 · 1 comment
Closed

Comments

@ColinPitrat
Copy link
Contributor

I find it a bit annoying that rustlings verify and rustlings watch both recompile everything at every attempt.

One option I'm thinking of is to make rustlings watch only validate the test corresponding to the changed file. Then, if it succeeds, it could redo a verify to get to the next one.

What do you think ?

@komaeda
Copy link
Contributor

komaeda commented Mar 21, 2019

this has been fixed in #120 and is released in version 1.1.0!

@komaeda komaeda closed this as completed Mar 21, 2019
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