1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 04:43:18 +03:00
juvix/tests/smoke/Commands/dev
Jonathan Cubides 0ef464668d
Fix Core-To-Geb translation (#1863)
This PR adds support for all recent changes in GEB introduced by:
- https://github.com/anoma/geb/pull/70
- Closes #1814

Summary:

- [x] Add LeftInj, RightIng, and Absurd types in GEB language
- [x] Fix FromCore translation for the new data types and minor code
styling issues.
  - [x] Fix GEB-STLC type inference and checking
- [X] Add support for evaluating typed morphism "(typed ...)" in the Geb
repl and .geb files.
- [x] Simplify a bit the Geb parser
- [x] Fix `dev geb check` command
- [x] Type check files in `tests/Geb/positive`

After this PR, we should include interval location for Geb terms to
facility debugging type-checking errors.
2023-02-28 18:49:44 +01:00
..
core.smoke.yaml Add dev core from-concrete command (#1833) 2023-02-10 12:37:28 +01:00
geb.smoke.yaml Fix Core-To-Geb translation (#1863) 2023-02-28 18:49:44 +01:00
highlight.smoke.yaml Respect the juvix dev highlight --format flag when outputting errors (#1820) 2023-02-10 13:43:13 +01:00
internal.smoke.yaml Add dev core from-concrete command (#1833) 2023-02-10 12:37:28 +01:00
parse.smoke.yaml Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00
root.smoke.yaml Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01:00
termination.smoke.yaml Use Smoke instead of shelltestrunner (#1710) 2023-01-10 12:49:56 +01:00