The Wayback Machine - https://web.archive.org/web/20220201214616/https://github.com/topics/scala-native
Skip to content
#

scala-native

Here are 104 public repositories matching this topic...

NeQuissimus
NeQuissimus commented Jan 7, 2019

I just came across the fact that a Show[Throwable] exists.

  1. It is not wired up into import Scalaz._, one needs to import scalaz.std.java.throwable._
  2. It discards the stack trace entirely.

What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?

xuwei-k
xuwei-k commented Jan 23, 2022

https://github.com/scala-native/scala-native/blob/126c9d3ab5874edf15173ad25eb0633b66b0f732/docs/user/testing.rst

official documentation say follows

libraryDependencies += "org.scala-native" %%% "junit-runtime" % |release|
addCompilerPlugin("org.scala-native" % "junit-plugin" % |release| cross CrossVersion.full)

but this add Compile scope dependency 😢

Improve this page

Add a description, image, and links to the scala-native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scala-native topic, visit your repo's landing page and select "manage topics."

Learn more