Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Coq IDE Comment Bug

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Coq IDE Comment Bug


Chronological Thread 
  • From: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Coq IDE Comment Bug
  • Date: Fri, 11 Apr 2014 14:49:02 +0200

On 11/04/2014 14:32,
bhandalc AT tcd.ie
wrote:
I noticed a bug in the CoqIDE commenting. If you begin quotations within a
comment that are not closed then the comment fails to close.

This is not a bug; this is on purpose. ``*)'' is not recognized inside quoted strings, even if such a string happens in a comment. That way, if one puts a well-formed Coq script in a comment, then one gets a well-formed (empty) script, even if there are strings in it.

Best regards,

Guillaume



Archive powered by MHonArc 2.6.18.

Top of Page