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

Only the first line of the output HTML file is interactive #87

Open
agrarpan opened this issue Sep 19, 2022 · 1 comment
Open

Only the first line of the output HTML file is interactive #87

agrarpan opened this issue Sep 19, 2022 · 1 comment

Comments

@agrarpan
Copy link

agrarpan commented Sep 19, 2022

Hi, thanks for making this tool! I'm just getting started with it.

I have a file called proved_theorem.v which has:

Theorem trial: forall n: nat, 1 + n = S n.
Proof.
intros.
eauto.
Qed.

as its contents.

When I run alectryon --frontend coq --backend webpage proved_theorem.v -o proved_theorem.html, the resulting output file only has the interactive bubble on the line with the "Theorem". All the subsequent lines are missing the interactive bubbles.

(I do get
proved_theorem.v:(1:1)-(6:1): (WARNING/2) Orphaned message for sid b'0':
.proved_theorem.aux: No such file or directory)

Am I doing something wrong?
Thanks!

@agrarpan
Copy link
Author

After going through the codebase a little, it seems like this is related to ejgallego/coq-serapi#212. Switching to coq8.15 fixes the issue. I still have the issue on coq8.10

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

No branches or pull requests

1 participant