-
Notifications
You must be signed in to change notification settings - Fork 3
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
console-tetris doesn't work with GraalVM #3
Comments
I gave this a try with GraalVM 20.3.0 which was released a few days ago, but unfortunately running
This is on macOS 10.15.7 with the following Java version:
|
@st3fan Could you try 20.2.0? |
I tried 20.2.0 and that seems to work correctly. I end up with:
And I can run and play that version. You did not mention the platform in this issue - do you want me to give it a try on Linux too? |
@st3fan Which branch of https://github.com/borkdude/console-tetris have you compiled? |
On the
Is that the behaviour you saw too? |
@st3fan That's what I'm seeing too. Sorry for the late reply. I just updated the |
This project https://github.com/borkdude/console-tetris has a master branch which can be compiled with GraalVM (using
script/compile
). The master branch is still based on the original clojure-lanterna.It is ported to our version of clojure-lanterna based on Lanterna 3 in the pod-babashka-lanterna branch.
It works on the JVM:
and also as a babashka pod (using https://github.com/babashka/pod-babashka-lanterna and bb master):
however the GraalVM-compiled version doesn't work which is something to look into.
The text was updated successfully, but these errors were encountered: