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

Dune switch [do not merge] #13

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

UnixJunkie
Copy link
Collaborator

If we do this, then it compiles with dune, but all the tests and examples fail like

File "/home/berenger/src/ocamlscript/tests/./unpack", line 9, characters 0-26:
Error: Unbound module Ocamlscript

Hence the [do not merge].

plus add missing '|' on each first pattern matched
add missing '|' on first pattern matched
add missing '|' character on first pattern matched
renamed:    common.mli -> src/common.mli
renamed:    ocaml.ml -> src/ocaml.ml
renamed:    ocaml.mli -> src/ocaml.mli
renamed:    pipeline.ml -> src/pipeline.ml
renamed:    pipeline.mli -> src/pipeline.mli
renamed:    std.ml -> src/std.ml
renamed:    utils.ml -> src/utils.ml
renamed:    utils.mli -> src/utils.mli
needed to make unused vars explicit
so that dune knows it must be installed
dune requirement, apparently, since from one module we create
both an exe and a library
@UnixJunkie
Copy link
Collaborator Author

related to #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant