Carp/test/test-for-errors
2021-10-28 10:18:38 +02:00
..
char_at_index.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
def-.carp feat: Adds defn- and def- macros (#1174) 2021-03-03 08:57:36 +01:00
defn-.carp feat: Adds defn- and def- macros (#1174) 2021-03-03 08:57:36 +01:00
deftype_type_var_not_in_scope.carp fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02:00
derive-without-child-impl.carp feat: Derive (#1120) 2021-01-15 10:48:34 +01:00
duplicate_binding.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
inner-private-bindings.carp fix: don't expand inner module macros on first pass; privacy (#1216) 2021-05-24 21:04:10 +02:00
lambda_capturing_ref_that_dies.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
match-given-away-value.carp test: add match given-away value error test (#1351) 2021-10-28 10:18:38 +02:00
match-literals.carp fix: deal with literals in match (#1146) 2021-01-26 06:18:32 +01:00
multiarg-ref.carp fix: check calls of address and ref (#1156) 2021-01-29 17:24:04 +01:00
no_forms_in_match.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
no_matching_instance.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
private-bindings.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
qualified-register.carp fix: register should only take unqualified symbols (#1154) 2021-01-27 13:31:00 +01:00
raw-unquote.carp feat: Quasiquotation (#1129) 2021-01-15 10:50:04 +01:00
ref-as-member.carp fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02:00
return_ref_in_do.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
return_ref_in_let.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
return_ref_to_array_literal.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
return_ref_to_function_result.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
sumtype_type_var_not_in_scope.carp fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02:00
trick_resolution.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
type_mismatch.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
uneven_nr_of_forms_in_match.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
use_ref_after_free.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
use_ref_arg_after_free.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
use_ref_via_nth_after_free.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
wrong_args_when_recursing.carp test: Regression tests for recent improvements and bug fixes (#1218) 2021-05-25 08:08:59 +02:00
wrong_sig_for_def.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
wrong_sig_for_defn.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00
wrong_type_when_recursing.carp test: Regression tests for recent improvements and bug fixes (#1218) 2021-05-25 08:08:59 +02:00
wrong-phantom.carp chore: Move test-for-errors to test directory 2020-11-28 13:11:43 +01:00