Skip to content

Bug: learn-ocaml build serve --replace doesn't recompile the cmo as expected #583

@erikmd

Description

@erikmd

Related user(s):

@AltGr, @erikmd, @yurug

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions