Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

can't specialize on FIXNUM #16

Open
tpapp opened this issue Jan 5, 2013 · 0 comments
Open

can't specialize on FIXNUM #16

tpapp opened this issue Jan 5, 2013 · 0 comments

Comments

@tpapp
Copy link
Owner

tpapp commented Jan 5, 2013

This 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant