-
Notifications
You must be signed in to change notification settings - Fork 16
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
OCaml 4.13 compatibility #340
Conversation
5e7fab7
to
2fb7dc1
Compare
PR looks good - many thanks! 😃 For the workflow, I was just merging #339 last night that includes a CI workflow update for 4.14 to |
Will change the workflow, then, it'll be less trouble |
Co-authored-by: Pau Ruiz Safont <[email protected]>
Should be good to go now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
I'll let the CI run and then merge later today.
Avoid using Seq.equal which was added in 4.14. Initially fixed in #340 and then broken in #342. Co-authored-by: Pau Ruiz Safont <[email protected]> Co-authored-by: Edwin Török <[email protected]>
Avoid using Seq.equal which was added in 4.14. Initially fixed in #340 and then broken in #342. Co-authored-by: Pau Ruiz Safont <[email protected]> Co-authored-by: Edwin Török <[email protected]>
This is the change mentioned in #329 (comment)
I've added a workflow to make sure the compatibility doesn't get broken, let me know if this is inconvenient for you.
I've opened the PR rather than waiting for edwin to come back because with the current situation, the patch is needed in order to make CI pass for xapi-project/xen-api#4985 so I'd rather get the compatibility merged sooner rather than later