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

Add support for OCaml 4.14 #119

Merged
merged 4 commits into from
Dec 2, 2021
Merged
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 magic number for OCaml 4.14
  • Loading branch information
kit-ty-kate committed Nov 16, 2021
commit 261b1c5e36af6cf4dc8baa5261308825acbac752
5 changes: 2 additions & 3 deletions src/ast_414.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,6 @@ module Parsetree = struct
end

module Config = struct
(*FIXME: These are the 4.13 magic numbers. Bump them to 4.14 as soon as the compiler does.*)
let ast_impl_magic_number = "Caml1999M030"
let ast_intf_magic_number = "Caml1999N030"
let ast_impl_magic_number = "Caml1999M031"
let ast_intf_magic_number = "Caml1999N031"
end