-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] lambdapi (2.5.1) #26270
Conversation
CHANGES: ### Added - Add export format `raw_dk`. - Fix of the color of the text in command line when console.out is used. - Use black text instead of red when diplaying query answers. - Allow negative numbers in notation priorities. - New release 0.2.2 of the VSCode plugin.
Hello! Thanks for the update :) I see a failure on
Looking at the source and other platforms building correctly, I'm not immediately sure why dune would fail to find the |
I was looking into it as well, and I don't really know. It fails on bytecode-only targets, but why I can't understand |
Hi. It seems that some errors are not related to lambdapi:
And the others? |
Only the 32 bit errors are to be understood, the rest is fine. And I know why it fails! You are building both native and bytecode executable always. But those platforms are bytecode only, so the build fails trying to make a native executable |
"@doc" {with-doc} | ||
] | ||
] | ||
available: arch != "ppc64" |
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.
available: arch != "ppc64" | |
available: arch != "ppc64" | |
conflicts: [ "ocaml-option-bytecode-only" ] |
are you sure ppc64 is still needed there and it was not also a failure of the same type?
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.
Thank you! I don't know. I'm going to update the PR to check this.
Hi. Is it ok now or should I make other changes? |
Looks good, thanks |
Proof assistant for the λΠ-calculus modulo rewriting
CHANGES:
Added
raw_dk
.