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

tmQuoteModule generates many anomalies #846

Open
JasonGross opened this issue Feb 14, 2023 · 0 comments
Open

tmQuoteModule generates many anomalies #846

JasonGross opened this issue Feb 14, 2023 · 0 comments

Comments

@JasonGross
Copy link
Contributor

From MetaCoq.Utils Require Import bytestring.
From MetaCoq.Template Require Import Loader TemplateMonad.
From Coq Require Import MSetInterface MSetFacts.
Open Scope bs.
Locate Module Nop. (* Module Type Coq.Structures.Equalities.Nop *)
MetaCoq Run (tmQuoteModule "Nop").
(* Error: Anomaly "Uncaught exception Not_found."
Please report at http://coq.inria.fr/bugs/.
 *)
MetaCoq Run (tmQuoteModule "Coq.Init").
(* Error: Anomaly "Uncaught exception Not_found."
Please report at http://coq.inria.fr/bugs/.
 *)
MetaCoq Run (tmQuoteModule "a").
(* Error: Anomaly "Uncaught exception Not_found."
Please report at http://coq.inria.fr/bugs/.
*)
MetaCoq Run (tmQuoteModule "").
(* Error: Anomaly "Uncaught exception Failure("split_dirpath")."
Please report at http://coq.inria.fr/bugs/.
*)
MetaCoq Run (tmQuoteModule "DecidableType").
(* Error:
<in exception printer>:<original exception:Anomaly
                                           "File "vernac/himsg.ml", line 945, characters 13-19: Assertion failed."
Please report at http://coq.inria.fr/bugs/.
*)
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