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

Enforce correct database initialisation. #611

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

rlepigre
Copy link
Contributor

The Elpi Db command used to declare the database for all phases, but only properly initialize it for the current phase. This is no longer the case, and databases must be declared separately (or via #[phase="both"] Elpi Db) for each phase.

(Fix put together with @Janno.)

The `Elpi Db` command used to declare the database for all phases,
but only properly initialize it for the current phase. This is no
longer the case, and databases must be declared separately (or via
`#[phase="both"] Elpi Db`) for each phase.

Co-Authored-By: Jan-Oliver Kaiser <[email protected]>
@gares gares merged commit 1fa8370 into LPCIC:master Mar 11, 2024
18 of 19 checks passed
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