Skip to content

Commit

Permalink
Ignore saveAndRestoreParser for compiler
Browse files Browse the repository at this point in the history
This has to do with the type checking of reified types
  • Loading branch information
PaulKlint committed Oct 23, 2023
1 parent a6b9caf commit dbdaa36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ test bool parsingWithAManualGrammar()
{prod(sort("MySort"), [lit("hello")],{})})))
&& Tree t := parse(gr, "hello")
&& "<t>" == "hello";


@ignoreCompiler{Fails because the type Symbol is assigned to type(...), bust assigning value() breaks other code}
test bool saveAndRestoreParser() {
storeParsers(#start[A], |memory://test-tmp/parsers.jar|);
p = loadParsers(|memory://test-tmp/parsers.jar|);
Expand Down

0 comments on commit dbdaa36

Please sign in to comment.