-
Notifications
You must be signed in to change notification settings - Fork 140
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
Koloboke Fails to Compile on Java 9 #62
Comments
I second this. Do you have plans to support JDK 9 in the future? Thanks for this great project btw! |
I started works towards open-sourcing Koloboke Compile some time ago. Not sure if I will make it work with Java 9 but at least you will be able to hack on this project. |
Thanks for the update. For now, I have worked around the issue with the following hack. I used Koloboke Compile to generate an implementation for my data structure. I then took the hardcoded version from the I will be looking out for updates on open-sourcing Koloboke Compile 👍 |
@leventov were you able to make any progress towards open sourcing Koloboke Compile? Would be interested in making it run on Java >8. The library has been great to work with so far, but we recently moved up in JDKs and now I'm following the same pattern ^ |
I would like to open-source Koloboke Compile, but I'm not sure it will ever happen. If I were you, I would not count on this. |
When compiling a project that has previously compiled correctly on Java 8 using Java 9, this exception appears.
The project in question can be cloned from this repository, if it helps.
https://github.com/austinv11/Discord4J
The text was updated successfully, but these errors were encountered: