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
Print signal name when Test interface exits #2604
Labels
Comments
jmesyou
added a commit
to jmesyou/scala-native
that referenced
this issue
Jul 12, 2022
jmesyou
added a commit
to jmesyou/scala-native
that referenced
this issue
Jul 13, 2022
+ Add scala.scalanative.posix.string + Update lib/posixlib.rst + Conditionally print signal name when not in Windows
jmesyou
added a commit
to jmesyou/scala-native
that referenced
this issue
Jul 13, 2022
+ Add scala.scalanative.posix.string + Update lib/posixlib.rst + Conditionally print signal name when not in Windows
jmesyou
added a commit
to jmesyou/scala-native
that referenced
this issue
Jul 14, 2022
+ Add scala.scalanative.posix.string + Update lib/posixlib.rst + Conditionally print signal name when not in Windows + Update string import in posix/TimeTest
jmesyou
added a commit
to jmesyou/scala-native
that referenced
this issue
Jul 15, 2022
+ Add scala.scalanative.posix.string + Update lib/posixlib.rst + Conditionally print signal name when not in Windows + Update string import in posix/TimeTest
jmesyou
added a commit
to jmesyou/scala-native
that referenced
this issue
Jul 15, 2022
+ Add scala.scalanative.posix.string + Update lib/posixlib.rst + Conditionally print signal name when not in Windows + Update string import in posix/TimeTest
jmesyou
added a commit
to jmesyou/scala-native
that referenced
this issue
Jul 15, 2022
+ Add scala.scalanative.posix.string + Update lib/posixlib.rst + Conditionally print signal name when not in Windows + Update string import in posix/TimeTest
WojciechMazur
pushed a commit
that referenced
this issue
Jul 16, 2022
WojciechMazur
pushed a commit
to WojciechMazur/scala-native
that referenced
this issue
Sep 1, 2022
…cala-native#2722) + Add scala.scalanative.posix.string + Update lib/posixlib.rst + Conditionally print signal name when not in Windows + Update string import in posix/TimeTest
WojciechMazur
pushed a commit
that referenced
this issue
Sep 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ekrich commentedApr 18, 2022
The code in question should be here.
scala-native/test-interface/src/main/scala/scala/scalanative/testinterface/signalhandling/SignalConfig.scala
Lines 45 to 71 in 63d0709
Potential idea for a fix.
https://stackoverflow.com/questions/16509614/signal-number-to-name
The text was updated successfully, but these errors were encountered: