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

extended sequences don't work with the type system #1569

Open
Bike opened this issue Apr 3, 2024 · 0 comments
Open

extended sequences don't work with the type system #1569

Bike opened this issue Apr 3, 2024 · 0 comments
Labels

Comments

@Bike
Copy link
Member

Bike commented Apr 3, 2024

For example, (typep extended-sequence 'sequence) => NIL and (subtypep 'my-sequence-type 'sequence) => NIL T. This is because various parts of the type system define sequence to be (or list vector) (for example there is a deftype to this effect).

See #1568 for the beginnings of a fix.

Reported by paulapatience on IRC.

@Bike Bike added the bug label Apr 3, 2024
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

1 participant