Skip to content
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] elpi (1.20.0) #26588

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

gares
Copy link
Contributor

@gares gares commented Sep 19, 2024

ELPI - Embeddable λProlog Interpreter

CHANGES:

Requires Menhir 20211230 and OCaml 4.08 or above.

  • Language:

    • attribute :remove to remove a clause from the program
  • Compiler:

    • Build the index at assembly time, rather than optimization time.
      This makes compilation slower, but startup faster.
    • Adding clauses before the type/mode declaration of a predicate
      is now forbidden, since they are immediately inserted in the index
      and the type/mode declaration can change the index type

CHANGES:

Requires Menhir 20211230 and OCaml 4.08 or above.

- Language:
  - attribute `:remove` to remove a clause from the program

- Compiler:
  - Build the index at assembly time, rather than optimization time.
    This makes compilation slower, but startup faster.
  - Adding clauses before the type/mode declaration of a predicate
    is now forbidden, since they are immediately inserted in the index
    and the type/mode declaration can change the index type
@shonfeder
Copy link
Collaborator

Failure on 32bit archs are explained here: #26377 (comment)

Thanks for the release!

@shonfeder shonfeder merged commit 0496562 into ocaml:master Sep 20, 2024
2 of 3 checks passed
@gares gares deleted the release-elpi-v1.20.0 branch September 20, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants