We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1968921 commit 2919a71Copy full SHA for 2919a71
src/compiler/hxb/hxbData.ml
@@ -128,7 +128,7 @@ let error (s : string) =
128
will be handled by the reader (for retro compatibility only)
129
130
When further bumping hxb major:
131
- - code related to the 1.0 => 2.0 exception can be dropped (see `HxbReader.read`)
+ - code related to the 1.0 => 2.0 exception can be dropped (`if major == 1 then 2 else major` in `HxbReader.read`)
132
- all minor checks in hxb reader become obsolete and can be dropped too
133
*)
134
let hxb_major = 2
0 commit comments