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

Move immutable array modules to Stable_stdlib #2570

Merged
merged 23 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
d-kalinichenko committed May 13, 2024
commit 3f85a46a806943a4a25f7ac57825a1312dcae850
4 changes: 2 additions & 2 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ thoroughly (e.g. `git clean -dfX`) before reconfiguring with a different prefix.

Then build the compiler with the command `make _install` (this is the default
target plus some setup in preparation for installation). As usual when building,
a 4.14 compiler (and dune and menhir) need to be in the path. See the warnings above
about the versions of dune and menhir to use.
a 4.14 compiler (and dune and menhir) need to be in the path. See the warning above
about the version of and menhir to use.

Now the build part is done, we don't need to stay in the build environment
anymore; the switch creation will likely replace it if your terminal is setup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ One-time setup (you can also use other 4.14.x releases):
```
$ opam switch 4.14.1 # or "opam switch create 4.14.1" if you haven't got that switch already
$ eval $(opam env)
$ opam install dune.3.8.1 menhir.20210419
$ opam install dune.3.15.2 menhir.20210419
```

You probably then want to fork the `ocaml-flambda/flambda-backend` repo to your own Github org.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_INIT([The Flambda backend for OCaml],
[flambda_backend],
[http://github.com/ocaml-flambda/flambda_backend])

DUNE_MAX_VERSION=[3.8]
DUNE_MAX_VERSION=[3.15]

AC_MSG_NOTICE([Configuring Flambda backend version AC_PACKAGE_VERSION])

Expand Down