-
Notifications
You must be signed in to change notification settings - Fork 67
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: learn-ocaml build
does not rebuild exercises with changes in dependencies listed in depend.txt
#478
Comments
As a temporary workaround, how can I clear the previously cached build state? |
Hi @dmoon1221, thanks a lot for your report!
I didn't attempt to reproduce it yet, but meanwhile, a workaround should just be to remove the Let us know if this sidesteps the issue. BTW just out of curiosity: which distribution of the
|
Thanks! That was helpful. Specifically I wanted to clear the build cache for the specific exercise I was developing, so that I wouldn't have to wait to build every other exercise in our corpus to get feedback. I was able to do that by removing the exercise-specific json file within the We're using our own fork of learn-ocaml, the tiny difference from current master being a modification to the compile button so that it also syncs the edit state. |
OK, thanks for your feedback! Regarding your other remark, BTW:
I'd be curious to know if this change was especially useful (Anyway, if you think it's worth it to discuss further this point about |
Repro steps:
depend.txt
as described in https://github.com/lsylvestre/learn-ocaml/blob/master/docs/tutorials/step-8.md. Get the exercise to build successfully usinglearn-ocaml build
.learn-ocaml build
.Expected result: failed build
Actual result: build command reports no changes
The text was updated successfully, but these errors were encountered: