- Nov 15, 2019
-
-
Michał Herda authored
Dispatch reader macros can consume arbitrary inputs, some of which might not be a valid Lisp expression. Following the discussion on #lisp, this commit comments out READ-SUPPRESS.17 under the premise that it is undefined what happens when an unknown dispatch reader macro is encountered under READ-SUPPRESS.
-
- Mar 15, 2019
-
-
While clever it is undesired to have all tests depend on auxiliary files. We fix that by introducing compile-and-load* function which merges the pathname with the auxiliary directory (*AUX-DIR*).
-
- Aug 23, 2018
-
-
Marius Gerbershagen authored
ECL 16.1.3 incorrectly reads -. or +. as the number 0, while CLHS section 2.3.1 mandates that all numbers must contain at least one digit.
-
- Aug 21, 2018
-
-
Marius Gerbershagen authored
-
- Apr 25, 2018
-
-
Marius Gerbershagen authored
According to the example in the CLHS documentation on *read-suppress*, undefined macro dispatch characters should not signal an error
-
- Dec 09, 2016
-
-
Attila Lendvai authored
otherwise SBCL complains.
-
- Feb 12, 2016
-
-
Daniel Kochmański authored
-
- Sep 01, 2015
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- Aug 31, 2015
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-