-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Closed
Copy link
Description
Related user(s):
Related issue(s) or PR(s):
Related project scope(s):
build
Bug description:
learn-ocaml build serve --replace
never recompiles the cmo's
To reproduce:
learn-ocaml build --repo=demo-repository serve
^C
echo '# Update !' >> demo-repository/exercises/demo2/descr.md
# …more edits…
learn-ocaml build --repo=demo-repository serve --replace
↓
Learnocaml v.0.16.0 running.
Updating app at ./www.temp
demo2 (no changes)
demo (no changes)
Learnocaml server v.0.16.0 starting on port 8080
Expected behavior:
Learnocaml v.0.16.0 running.
Updating app at ./www
demo (no changes)
demo2 [OK]
Learnocaml server v.0.16.0 starting on port 8080
learn-ocaml --version
No response
git describe --long --always --abbrev=40 --tags
No response
What OS do you use?
GNU/Linux
What OS version/distribution do you use?
Debian 11
What browser(s) do you use with learn-ocaml?
Firefox
What browser(s) version did you used to reproduce the issue?
No response
Screenshots (if need be):
No response
Additional context:
No response