-
Notifications
You must be signed in to change notification settings - Fork 661
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
coqdoc -g omits "Declare Instance" #2389
Comments
Comment author: Yevgeniy Makarov <emakarov@gmail.com> The following is a part of the Coq.Structures.Equalities library. Module Type IsEq (Import E:Eq). However, the output of coqdoc -g (and, therefore, the generated HTML library listings) contain only Module Type IsEq (Import E:Eq). I have trunk 13419. |
Comment author: @herbelin Hi Evgeny, I fixed it (by adding explicitly Declare Instance as a command, r13440) but the fix is not robust since option -g removes all the commands that are not known explicit known from coqdoc, leading to permanent coqtop/coqdoc synchronisation problems. Thus I let the report open. |
Comment author: @Zimmi48 Hugo, what is the status of this? Is the bug still worth to be left open? If there is a general issue with coqdoc, maybe a new bug report explaining it would be more suited? |
Comment author: @herbelin
The "Declare Instance" case is fixed (https://coq.inria.fr/distrib/current/stdlib/Coq.Structures.Equalities.html#IsEq).
Yes, maybe a new bug would be better. Maybe worth also to see if Yann can explain us his new almost finished but not fully finished coqtop-based coqdoc. |
Let's close this one then. |
…-g") but this lacks robustness since "coqdoc -g" will drop away any commands unknown from coqdoc, leading to possible synchronisation problems. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/branches/v8.3@13440 85f007b7-540e-0410-9357-904b9bb8a0f7
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#2389
From: Yevgeniy Makarov <emakarov@gmail.com>
Reported version: trunk
CC: @herbelin
The text was updated successfully, but these errors were encountered: