Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

character and base-char are confused #153

Closed
drmeister opened this issue Nov 4, 2015 · 1 comment
Closed

character and base-char are confused #153

drmeister opened this issue Nov 4, 2015 · 1 comment
Labels
Milestone

Comments

@drmeister
Copy link
Collaborator

(list (subtypep 'character 'base-char) (subtypep 'base-char 'character)) => (T T)
12:06 <stassats> that says "no"
12:07 <stassats> is the debugger being broken fixed already?
12:07 <drmeister> Well, that's ECL and that needs to be changed for Clasp as well.
12:08 <drmeister> What's broken about the debugger?
12:08 <stassats> on ecl: (list (subtypep 'character 'base-char) (subtypep 'base-char 'character)) => (NIL T)
@drmeister drmeister added the bug label Nov 4, 2015
@Shinmera Shinmera added this to the 0.4.0 milestone Nov 4, 2015
@Shinmera
Copy link
Contributor

Since there is no unicode yet (#164) this does not apply.

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

No branches or pull requests

2 participants