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

OCaml 4.13.0, first beta release #19323

Merged
merged 1 commit into from
Aug 25, 2021
Merged

Conversation

Octachron
Copy link
Member

The packages for the first beta release of OCaml 4.13.0 .

Compared to the last alpha, we have two backward compatibility fixes (one for %apply and %revapply another #directory), more Stack_overflow exceptions for ARM64, a Windows filename fix and few compiler-libs fixes.


Changes

  • #10549: Stack overflow detection and naked pointers checking for ARM64
    (Xavier Leroy, review by Stephen Dolan)

  • #10497: Styling changes in the post-processed HTML manual (webman)
    (Wiktor Kuchta, review by Florian Angeletti)

  • #10543: Fix Ast_mapper to apply the mapping function to the constants in
    "interval" patterns c1..c2.
    (Guillaume Petiot, review by Gabriel Scherer and Nicolás Ojeda Bär)

  • #10380: Correct handling of UTF-8 paths in configure on Windows
    (David Allsopp, review by Sébastien Hinderer)

  • #10450, #10558: keep %apply and %revapply primitives working with abstract
    types. This breach of backward compatibility was only present in the alpha
    releases of OCaml 4.13.0 .
    (Florian Angeletti, review by Thomas Refis and Leo White)

  • #10550, #10551: fix pretty-print of gadt-pattern-with-type-vars
    (Chet Murthy, review by Gabriel Scherer)

  • #10442, #10446: Fix regression in the toplevel to #directory caused by
    corrections and improvements to the Load_path in #9611. #directory now
    adds the path to the start of the load path again (so files in the newly
    added directory take priority).
    (David Allsopp, report by Vasile Rotaru, review by Florian Angeletti
    and Nicolás Ojeda Bär)

@kit-ty-kate
Copy link
Member

Thanks!

@kit-ty-kate kit-ty-kate merged commit f06a9c0 into ocaml:master Aug 25, 2021
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.

None yet

2 participants