1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_cli/examples/compile_errors
Thibaut Schaeffer 0d804fa6a6
Merge pull request #792 from Zokrates/constant-def
Introduce constant definitions
2021-04-30 11:11:31 +02:00
..
generics Merge pull request #798 from Zokrates/accept-explicit-generics 2021-04-20 16:02:54 +02:00
assertion.zok error out on failed assertion 2021-04-15 19:15:06 +02:00
constant_assignment.zok fix imports, more tests 2021-04-16 21:51:13 +02:00
double_negation.zok add compile errors 2021-03-24 15:37:38 +01:00
double_power.zok add compile errors 2021-03-24 15:37:38 +01:00
embed_type_mismatch.zok fail gracefully 2021-01-29 13:37:03 +01:00
empty-error.zok fix tests of compile issues, change struct handling to make tests pass 2020-10-08 10:43:14 +02:00
keyword_as_identifier.zok error out on failed assertion 2021-04-15 19:15:06 +02:00
no_return.zok check return statement count is one 2021-02-04 19:53:50 +01:00
no_struct_equivalence.zok fix tests of compile issues, change struct handling to make tests pass 2020-10-08 10:43:14 +02:00
out_of_for_scope.zok merge number inference 2020-10-08 17:01:55 +02:00
shadowing.zok fix tests of compile issues, change struct handling to make tests pass 2020-10-08 10:43:14 +02:00
too_many_arguments.zok consider input count and generics count in semantic checker, add tests 2021-04-15 16:43:11 +02:00
too_many_generics.zok consider input count and generics count in semantic checker, add tests 2021-04-15 16:43:11 +02:00
too_many_return.zok fix tests of compile issues, change struct handling to make tests pass 2020-10-08 10:43:14 +02:00
two_return.zok check return statement count is one 2021-02-04 19:53:50 +01:00
unassigned.zok fix tests of compile issues, change struct handling to make tests pass 2020-10-08 10:43:14 +02:00
variable_shift.zok check shifts are constant earlier, simplify zir 2021-04-07 18:56:55 +02:00
wrongsyntax-error.zok fix tests of compile issues, change struct handling to make tests pass 2020-10-08 10:43:14 +02:00