Carp/test/test-for-errors
Erik Svedäng 889f55fe8f
feat: Remove address (#1223)
* chore: Abuse deftemplate to get rid of Address

* chore: Avoid semicolon at end of define

* fix: address should be useable as an argument to a HOF

* chore: adapt examples to new address signature

* fix: Remove Address from typeOf

* fix: Remove more uses of Address

* fix: Remove more mentions of address in the Haskell code

* fix: Remove test that ensure you can't take the address of non-symbols

* refactor: Moved `address` to Pointer.carp

* refactor: Move address into Pointer module

Co-authored-by: Jorge Acereda <jacereda@gmail.com>
2021-05-27 22:04:46 +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
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-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
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
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