1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_cli/examples/compile_errors
2023-04-20 16:41:39 +02:00
..
assembly validate expressions, add more tests 2022-12-01 21:07:42 +01:00
generics add failing test 2022-06-28 11:23:57 +02:00
mutability implement and update zok files 2022-06-13 20:17:40 +02:00
ambiguous_generic_call.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
ambiguous_generic_call_too_strict.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
assertion.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
assertion_unequal_arrays.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
const_complex_type_mismatch.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
constant_array_size_type_mismatch_field.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
constant_array_size_type_mismatch_u8.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
constant_assignment.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
constant_reduction_fail.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
constant_type_error.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
declare_non_identifier.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
div_by_zero.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
double_negation.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
double_power.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
embed_type_mismatch.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
empty-error.zok
ifelse_statements.zok revert removal of if-else expression 2022-05-31 23:52:09 +02:00
keyword_as_identifier.zok merge syntax-revamp 2022-06-21 15:10:33 +02:00
log_integer_type.zok add changelog 2022-08-22 13:56:07 +02:00
log_wrong_count.zok fail if log call contains an int expression 2022-08-22 13:01:59 +02:00
loop_too_large.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
no_return.zok apply suggestions 2022-08-29 16:25:01 +02:00
no_struct_equivalence.zok deprecate multi returns 2022-06-21 15:03:53 +02:00
non_main_private_args.zok disallow the use of the private keyword on non-entry point functions 2022-09-06 12:55:40 +02:00
non_main_public_args.zok add test for public, update changelog 2022-09-21 14:54:37 +02:00
out_of_bounds.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
out_of_bounds_read.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
out_of_bounds_write.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
out_of_for_scope.zok spaces > tabs 2022-06-01 00:04:40 +02:00
reserved_log.zok apply suggestions 2022-07-05 13:40:43 +02:00
struct_member_type_mismatch_field.zok spaces > tabs 2022-06-01 00:04:40 +02:00
struct_member_type_mismatch_u8.zok spaces > tabs 2022-06-01 00:04:40 +02:00
ternary_precedence.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
too_many_arguments.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
too_many_generics.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
too_many_return.zok spaces > tabs 2022-06-01 00:04:40 +02:00
two_return.zok spaces > tabs 2022-06-01 00:04:40 +02:00
unassigned.zok spaces > tabs 2022-06-01 00:04:40 +02:00
unpack_value_too_large.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
variable_constant_lt.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
variable_exponent_in_pow.zok validate expressions, add more tests 2022-12-01 21:07:42 +01:00
variable_shift.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00
variable_sized_array.zok reduce propagation memory usage 2023-04-20 16:41:39 +02:00
wrong_member_type.zok change syntax in cli/examples 2022-04-06 20:23:58 +02:00