Daniel Urban
Daniel Urban
Yeah, I'm looking at https://github.com/scala-native/scala-native/pull/4512, it seems possibly related. Some of our unittests fail at least on ARM Linux. All the failing tests depend on getting stacktraces. These same tests...
The stacktrace thing is this: https://github.com/scala-native/scala-native/issues/4526.
@LeeTibbert We'll see: e40493b.
In theory we could split this into 2 parts: the fix, and the new method. The fix could go into 3.6.x. (But I'm not sure it's worth it.)
Honestly, I'm not sure it's worth the hassle. You seem to be the first to notice the bug, so if you don't need the fix in 3.6.x, then let's leave...