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

Test and fix CONCATENATE for arbitrary types #79

Open
brpocock opened this issue Jul 25, 2017 · 0 comments
Open

Test and fix CONCATENATE for arbitrary types #79

brpocock opened this issue Jul 25, 2017 · 0 comments

Comments

@brpocock
Copy link
Member

Per string.lisp:

A simple CONCATENATE that works for strings and vectors. It does not
accept all of the target object types that it should, and does not
correctly handle checking if the type of elements in the target can
accept the types of elements in the objects to be concatenated (TODO).

In other words: (concatenate 'string one-string another-string) is fine,
but more complex cases like mixing strings and vectors are probably not
handled correctly yet.

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

No branches or pull requests

1 participant