-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[native-image] Failed to build the native image on Windows when using Signal.handle #1784
Comments
I'm also using |
Context for what I'm using this for: I'm making a script interpreter for shell scripting using Clojure: https://github.com/borkdude/babashka/ This works on Linux, Mac and now also Windows, although functionality around pipe signal handling is the only thing that doesn't work on Windows due to this issue. |
With the GraalVM 20.1-dev version I do not get a compile time error anymore when using a
|
@borkdude There is no |
The issue was fixed a while ago in 4ce890d. |
The code example provided in #465 doesn't compile on Windows.
The text was updated successfully, but these errors were encountered: