-
Notifications
You must be signed in to change notification settings - Fork 100
Fix tests on <= 4.06 #738
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
Fix tests on <= 4.06 #738
Conversation
The attachment of stop-comments changed in OCaml 4.04.2: ocaml/ocaml#872 With older versions, the module `X` won't be hidden in the following example because both stop-comments would be attached as attribute and would loose their relative positions: (**/**) module X : sig end (**/**) Was interpreted like: (**/**) (**/**) module X : sig end
Seems that we've been running without ocaml-ci for some time! |
when i built i get some warnings, not sure if they're in scope here: `test/generators/cases` errors
|
4398d48
to
959d5c8
Compare
Mdx 1.11.0 requires every top-level phrases to end with ';;', like the real top-level.
9291d02
to
7c98083
Compare
Thanks for looking ! I took these errors for granted and never tried to investigate them in details. I found two bugs when debugging ocamlary: |
The canonical test revealed a subtle bug: #737
The 'references_to_pages.t' test had a typo in it.