1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 23:43:01 +03:00
juvix/tests/negative
Jonathan Cubides f16570e546
Add the termination checker to the pipeline (#111)
* [WIP] EntryPoint now has options. --no-termination is a new global opt.

* Add TerminationChecking to the pipeline

* Add TerminationChecking to the pipeline

* Keep GlobalOptions in App

* Fix reviewer's comments

* delete unnecessary parens

Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com>
2022-05-30 13:40:52 +02:00
..
BindGroupConflict Fix highlight command for modules with import statements (#102) 2022-05-13 16:17:26 +02:00
CompileBlocks Fix highlight command for modules with import statements (#102) 2022-05-13 16:17:26 +02:00
ImportCycle Fix highlight command for modules with import statements (#102) 2022-05-13 16:17:26 +02:00
MicroJuvix Improve error generation and handling (#108) 2022-05-18 17:10:10 +02:00
Termination Add the termination checker to the pipeline (#111) 2022-05-30 13:40:52 +02:00
AmbiguousConstructor.mjuvix [scoper] Remove ErrGeneric 2022-03-24 14:57:10 +00:00
AmbiguousExport.mjuvix [test] Add ambiguity tests 2022-03-24 10:22:03 +00:00
AmbiguousModule.mjuvix [error] Add ambiguous module message 2022-03-24 14:45:49 +00:00
AmbiguousSymbol.mjuvix [error] Add message for ambiguous symbol error 2022-03-24 14:27:56 +00:00
DuplicateFixity.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
InfixError.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
InfixErrorP.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
LacksFunctionClause.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
LacksTypeSig.mjuvix Improve error generation and handling (#108) 2022-05-18 17:10:10 +02:00
minijuvix.yaml Improve error generation and handling (#108) 2022-05-18 17:10:10 +02:00
ModuleNotInScope.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
MultipleDeclarations.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
MultipleExportConflict.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
NotInScope.mjuvix Improve error generation and handling (#108) 2022-05-18 17:10:10 +02:00
QualSymNotInScope.mjuvix Improve error generation and handling (#108) 2022-05-18 17:10:10 +02:00
UnusedOperatorDef.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00
WrongModuleName.mjuvix [ pre-commit ] Add support and hooks 2022-04-04 17:44:08 +02:00