-
Notifications
You must be signed in to change notification settings - Fork 77
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
support ocaml >= 4.08 #78
Comments
Just a comment to say it would be good to have |
The ppx_import folks seem to be working on adding support for 4.08 now 🎉 ocaml-ppx/ppx_import#46 |
Their fix solves the problem with Unfortunately, this leaves us with ppxx (which |
I only used |
ppx_monadic's dependency ppxx does not work with ocaml 4.08: #78
multiple fixes for of_string functions
ppx_import blocks the upgrade to ocaml 4.08, track ocaml-ppx/ppx_import#41.
We use ppx_import to import Cil types to generate
to_yojson
andshow
with ppx_deriving, see https://github.com/goblint/analyzer/blob/master/src/util/deriving.ml#L22.Alternatively we could maybe include our fork https://github.com/goblint/cil as a git submodule to have direct access to the types. However, I guess, it should then not be installed as an opam package but be built together with goblint.
The text was updated successfully, but these errors were encountered: