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

Do not extend java.util.List #3

Closed
io7m opened this issue May 11, 2016 · 0 comments
Closed

Do not extend java.util.List #3

io7m opened this issue May 11, 2016 · 0 comments
Assignees
Labels

Comments

@io7m
Copy link
Member

io7m commented May 11, 2016

Unfortunately, the SExpressionListType currently extends the java.util.List interface. This effectively implies that that implementations must be mutable. This also makes them somewhat painful to implement from Kotlin, which evidently currently has serious trouble delegating to java interfaces.

@io7m io7m self-assigned this May 11, 2016
@io7m io7m added the bug label May 11, 2016
@io7m io7m closed this as completed in 9aa99fd May 29, 2016
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