Skip to content

Commit 34cbe1f

Browse files
author
Nathan Rebours
committed
Fix pprintast with ocaml/ocaml#13604 and ocaml/ocaml#14279
This imports upstream patches to pprintast that were done post 5.2 and improves pprintast's handling of raw identifiers. Hopefully that should fix the issue that fstar folks ran into with the 0.36.2 release. Signed-off-by: Nathan Rebours <[email protected]>
1 parent 5b477c2 commit 34cbe1f

File tree

3 files changed

+108
-105
lines changed

3 files changed

+108
-105
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ unreleased
77

88
### Other Changes
99

10+
- Fix a bug where some infix operators such as `mod` would be printed as
11+
raw identifiers by our `Pprintast`. (#???, @NathanReb)
12+
1013
- Fix 5.2 -> 5.3 migration of constants. Those used to always have a `none`
1114
location which can lead to unhelpful error messages.
1215
(#569, @NathanReb)

0 commit comments

Comments
 (0)