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

Navigation bug with plugin loading #707

Open
rtetley opened this issue Jan 17, 2024 · 1 comment
Open

Navigation bug with plugin loading #707

rtetley opened this issue Jan 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rtetley
Copy link
Collaborator

rtetley commented Jan 17, 2024

The following example creates a weird bug. To reproduce step forward and backward on top of the document. This will issue a warning.

Require Import Extraction.
Module plus.
End plus.
Extraction plus.

Warning:

A Coq plugin was loaded inside a local scope (such as a Section). It is recommended to load plugins at the start of the file. Summary entry: Extraction Output Directory-SUMMARY [summary-out-of-scope]
@gares
Copy link
Collaborator

gares commented Jan 18, 2024

Ocaml cannot unload plugin code. I guess this is where the problem begins...

@rtetley rtetley added the bug Something isn't working label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants