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

Adapt to coq/coq#19834 (removal of Loadpath.has_ml field) #873

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

SkySkimmer
Copy link
Collaborator

Although this removes instances of has_ml = true, has_ml is only used to send the path to the add_dir of the registered toplevel in Mltop. For coq-lsp the has_dir is noop (coq/init.ml line 76). So there should be no change in behaviour.

@ejgallego
Copy link
Owner

Thanks!

Although this removes instances of `has_ml = true`, `has_ml` is only
used to send the path to the `add_dir` of the registered toplevel in
Mltop. For coq-lsp the `has_dir` is noop (`coq/init.ml` line 76). So
there should be no change in behaviour.
@ejgallego ejgallego marked this pull request as ready for review November 15, 2024 15:26
@ejgallego ejgallego merged commit 5f386c9 into ejgallego:main Nov 15, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants