-
replace this:
https://github.com/WIPACrepo/wipac-telemetry/blob/e229d15264733fc46d735443daa80a008785d2d8/wipac_telemetry/tracing_tools/utils.py?rgh-link-date=2022-04-12T17%3A15%3A22Z#L49-L111
with…
-
Steps to reproduce:
- set up scala3 project with :
```scala
scalaVersion := "3.0.2-RC1"
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.2.0"
)
```
- open `ca…
dos65 updated
3 years ago
-
Hello
Navigating the [scaladocs](https://javadoc.io/doc/dev.zio/zio-test_2.13/latest/index.html) between projects is a bit painful:
There is a fundamental problem with scaladoc's information…
-
Since this project is no longer actively maintained I've forked it, fixed the npm audit fail for the dotty NPM package and created a new NPM package over here - https://www.npmjs.com/package/sort-even…
-
I'm trying out Skunk with graalvm's native-image feature. It's failing and I've narrowed it down to when I call `Session.prepare`. I've also noticed that Metals can't get any info on that function whe…
-
unhandled exception while running inlining on /Users/Jianping.Roth/workspace/ebs/comms/cem-comms/comms-cqrs/comms-command-gateway/src/main/scala/CommQueryClient.scala
An unhandled exception was…
-
Is there any need for something like this or will dotty be just backwards compatible to 2.11?
@darkdimius @felixmulder
cvogt updated
8 years ago
-
## steps
Scala 3 officially supports running in ScriptEngineManager:
https://github.com/lampepfl/dotty/blob/7627583448ddde71c3f19c8ec962f3b16f917652/tests/run-with-compiler/scripting.scala
I …
-
```scala
me@pop-os:~$ amm
Loading...
Welcome to the Ammonite Repl 2.5.5 (Scala 3.2.0 Java 11.0.16.1)
@ val a = Array.tabulate(5)(_ + 1)
a: Array[Int] = Array(1, 2, 3, 4, 5)
@ val b = Array.tab…
-
Trying to compile
```scala
//> using scala "3.1.1"
//> using lib "org.parboiled::parboiled:2.4.0"
import org.parboiled2.Parser
trait TestParser { this: Parser =>
val fun = (x: Int) => x
…