You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I naively try to execute find . -name '*.v' -exec alectryon.py --frontend coqdoc --backend webpage {} \; in a project using a _CoqProject, I get errors like this:
./Instance/Coq/Dist.v:(7:16)-(7:28): (ERROR/3) Coq raised an exception:
> Cannot find a physical path bound to logical path matching suffix Category.
The offending chunk is delimited by >>>…<<< below:
> Require Import Coq.Sets.Ensembles.
>
> Require Import >>>Category.Lib<<<.
> Require Import Category.Lib.Same_set.
> Require Export Category.Theory.Functor.
Results past this point may be unreliable.
The _CoqProject starts with -R . Category.
Is there a general way for generating alectryon files for a project like this? I have wondered about this a few times now, but never really figured it out.
Thanks!
The text was updated successfully, but these errors were encountered:
should accomplish what you want. Still, it won't take into consideration other things in your _CoqProject, such as any annotations disabling warnings, for example.
Hello,
when I naively try to execute
find . -name '*.v' -exec alectryon.py --frontend coqdoc --backend webpage {} \;
in a project using a_CoqProject
, I get errors like this:The
_CoqProject
starts with-R . Category
.Is there a general way for generating alectryon files for a project like this? I have wondered about this a few times now, but never really figured it out.
Thanks!
The text was updated successfully, but these errors were encountered: