This repository was archived by the owner on May 14, 2021. It is now read-only.
This repository was archived by the owner on May 14, 2021. It is now read-only.
can't specialize on FIXNUM #16 DescriptionThis issue was reported by Péter Salvi via e-mail (thanks Péter!).
SUB-RESOLVE-SELECTION
and SUB-DIMENSION
both specialize on fixnum
, which is not a class that is guaranteed to exist by the standard and is not present in eg ECL
or CLISP
.
Péter's suggestion: read-time conditionals, eg #+(or ecl clisp) integer #-(or ecl clisp) fixnum
. Probably I would just use integer
.
However, the issue is moot since I will soon remove SUB
as it is superseded by CL-SLICE:SLICE
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4