-
Notifications
You must be signed in to change notification settings - Fork 22
Some misc. chores #106
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
Some misc. chores #106
Conversation
f1d249f to
9aa9c24
Compare
.ocamlformat
Outdated
| @@ -0,0 +1,3 @@ | |||
| profile = conventional | |||
| version = 0.24.1 | |||
| ocaml-version = 4.11 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a strong reason to move the OCaml version this far forward?
https://ocaml.org/p/dockerfile/8.0.0 supports back to 4.02.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove the dependency on rresult, use new functions from the standard library. I think there's a case for moving slowly to new versions. An informal rule is to support the last three OCaml versions. I can go back to 4.10 for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the CI doesn't currently test before 4.07.
6690f40 to
028b6be
Compare
|
I've also added code to refactor the Git setup, as a follow-up of #108. |
- `Dockerfile_gen` from the `dockerfile-cmd` package becomes `Dockerfile_cmd.Gen`; - `Dockerfile_distro`, `Dockerfile_linux`, `Dockerfile_windows` from the `dockerfile_opam` package respectively become `Dockerfile_opam.Distro`, `Dockerfile_opam.Linux`, `Dockerfile_opam.Windows`.
|
Changed to use Dune 3.0 and OCaml 4.08. |
Uh oh!
There was an error while loading. Please reload this page.