-
Notifications
You must be signed in to change notification settings - Fork 101
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
coccinelle 1.1.1 build failure against ocaml 5.0.0 #300
Comments
On Sun, 19 Feb 2023, Rui Chen wrote:
while trying to ocaml to 5.0.0, found an issue while regression build
coccinelle 1.1.1
ocamlfind ocamlopt -c -bin-annot -no-alias-deps -I . -alert -deprecated std
compat__native.mli -o stdcompat__native.cmi
ocamlfind ocamlopt -c -bin-annot -no-alias-deps -I . -alert -deprecated std
compat__init.mli -o stdcompat__init.cmi
File "stdcompat__init.mli", line 45, characters 9-26:
45 | ('a, 'b) Pervasives.result =
^^^^^^^^^^^^^^^^^
Error: Unbound module Pervasives
Thanks for the report. I just pushed some changes to github that includes
a change related to OCaml 5.0. However, I'm not sure that the issue is
the same as the one that you have reported.
julia
…
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to thisthread.[AAD2ZGSCXTLGCT7SBSK5ME3WYJRVHA5CNFSM6AAAAAAVBDL4YSWGG33NNVSW45C7OR4
XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHF5UN5UA.gif] Message ID:
***@***.***>
|
happy to try out the changes. |
Any build patches for me to try? |
On Thu, 23 Feb 2023, Rui Chen wrote:
Any build patches for me to try?
To my recollection, you made the report, and then I said that I had pushed
new changes that should help with OCaml 5.0. I just checked on github,
and the changes are there:
https://github.com/coccinelle/coccinelle/commits?author=thierry-martinez
Did you try that version already?
thanks,
julia
|
I am marking this issue as closed as it's been over a year since it's been inactive, and OCaml 5.0.0 should work fine with Coccinelle now. If you are still having issues, feel free to comment and I will re-open the issue. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
while trying to ocaml to 5.0.0, found an issue while regression build coccinelle 1.1.1
The text was updated successfully, but these errors were encountered: