melisgl / named-readtables

The official repo of named-readtables.
Other
66 stars 15 forks source link

Support non-default *print-case* #2

Closed orivej closed 9 years ago

orivej commented 9 years ago

function= closure comparison fails under SBCL when *print-case* is not :upcase because prin1-to-string key depends on it. This patch fixes this by performing case-insensitive comparison. (I also though of uninterned symbol comparison, but that violates package locks.)

melisgl commented 9 years ago

Thank you, merged.