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

[new release] xdg, stdune, ordering, ocamlc-loc, dyn, dune, dune-site, dune-rpc, dune-rpc-lwt, dune-private-libs, dune-glob, dune-configurator, dune-build-info, dune-action-plugin and chrome-trace (3.7.1) #23622

Merged
merged 2 commits into from
Apr 5, 2023

Conversation

emillon
Copy link
Contributor

@emillon emillon commented Apr 4, 2023

XDG Base Directory Specification

CHANGES:

…, dune-rpc, dune-rpc-lwt, dune-private-libs, dune-glob, dune-configurator, dune-build-info, dune-action-plugin and chrome-trace (3.7.1)

CHANGES:

- Fix segfault on MacOS when dune was being shutdown while in watch mode.
  (ocaml/dune#7312, fixes ocaml/dune#6151, @gridbugs, @emillon)

- Fix preludes not being recorded as dependencies in the `(mdx)` stanza (ocaml/dune#7109,
  fixes ocaml/dune#7077, @emillon).

- Pass correct flags when compiling `stdlib.ml`. (ocaml/dune#7241, @emillon)

- Handle "Too many links" errors when using Dune cache on Windows.  The fix in
  3.7.0 for this same issue was not effective due to a typo. (ocaml/dune#7472, @nojb)
@emillon
Copy link
Contributor Author

emillon commented Apr 4, 2023

FYI, there's #23574 to merge once this one is ready

packages/dune/dune.3.7.1/opam Outdated Show resolved Hide resolved
@kit-ty-kate
Copy link
Member

Thanks

@kit-ty-kate kit-ty-kate merged commit 1089490 into ocaml:master Apr 5, 2023
@emillon
Copy link
Contributor Author

emillon commented Apr 6, 2023

I wanted to have a look at the failures before merging, but in a nutshell the new failures seem to be

  • chamo.3.0 - checksum error
  • opam-monorepo and mirage are confused by the opam version (2.2~alpha and they're built against 2.1 so can't use the global conf)
  • z3 failed with disk and memory errors

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

Successfully merging this pull request may close these issues.

MDX does not rebuild when the prelude changes fsevents segfaulting under M1 mac
2 participants