Results 128 issues of

https://scalameta.org/docs/semanticdb/guide.html#scala-bindings The website mentioned `"org.scalameta" %% "semanticdb" % "4.10.1"` But I am not able to find semanticdb with version 4.10.1. I can only find scalameta with this version

I tried to convert next and got an error ` Couldn't parse: Parse error at 2.16 end of input expected`

I would like to print source code on documents and website too, where String is not sufficient.

My application crashed on a special environment where all so native libraries can't work. Are they required or can graaljs run in interpreter mode without them? ``` [info] running chester.cli.Main...

question

I built my scala program with GraalVM and class init at build time. From the error message I find that os.pwd0 is defined as a `val`, which was probably calculated...

I don't know if this is out of the scope of this project, but it would be great to support such environment.

I am on 4.0.2 and scala 3.5.2-RC2. I have a tree defined with multiple sealed trait and case class. All sealed traits have `derives ReadWriter` Today I introduced 3 more...

``` Exception occurred while executing macro expansion. scala.quoted.runtime.impl.ExprCastException: Expected type: chester.syntax.core.Intersection Actual type: chester.syntax.core.Term Expression: chester.syntax.core.Intersection.apply(params.apply(0).asInstanceOf[scala.collection.immutable.Vector[chester.syntax.core.Term]]) ``` I am having ``` case class Intersection(xs: Vector[Term]) extends Term derives ReadWriter {...

I changed my project to build with native-image-musl and --static --libc=musl I noticed that report disappeared. There is an error message `Warning: Unable to find build output data to create...