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

Type hint toArray to fix JDK11 compatibility #1

Open
ameidatou opened this issue May 10, 2020 · 2 comments
Open

Type hint toArray to fix JDK11 compatibility #1

ameidatou opened this issue May 10, 2020 · 2 comments

Comments

@ameidatou
Copy link

On JDK11, toArray needs to be hinted
Syntax error (IllegalArgumentException) compiling deftype* at (hier_set/core.clj:24:1). Must hint overloaded method: toArray
should be similar to the fix in clj-commons/ordered

@bbss
Copy link

bbss commented Sep 24, 2020

Fixed this:
#2

@savyasachi16
Copy link

Is it possible to get this merged in?

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

3 participants