-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update trunk AST for pvb_constraint * Add migration from 501 to 500 * Bump the 501 AST magic numbers * Binary AST reader: use latest possible AST version When the magic numbers aren't unique, before this commit, the binary AST reader would read into the first AST version matching the magic number. With this commit, it takes the last such version. That's important for trunk support. * Fix inline tests' dependency on OCaml version Done by making the expected output also dependent on the OCaml version * Add a add tests to test both round-trips as well as a test comparing parsing on 5.0.0 with parsing on 5.1.0 and then down migrating. This last test will need to be updated when bumping the AST. Signed-off-by: Thibaut Mattio <[email protected]> Co-authored-by: Samuel Hym <[email protected]> Co-authored-by: Florian Angeletti <[email protected]> Co-authored-by: Sonja Heinze <[email protected]> Co-authored-by: Paul-Elliot <[email protected]>
- Loading branch information
1 parent
137d607
commit f0320c4
Showing
34 changed files
with
5,966 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ let all = | |
(4, 13); | ||
(4, 14); | ||
(5, 0); | ||
(5, 1); | ||
] | ||
|
||
let to_string (a, b) = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.