jodersky

Results 8 issues of jodersky

Don't include time information in jars in order to make them reproducible. This allows builds to be verified with hash sums. Also see https://reproducible-builds.org/

Scala 3.x is backward compatible, but not forward compatible. For example, this means that a library built with 3.0.2 can be consumed by a library built with 3.1.0, but NOT...

Also upgrade ammonite to the latest version. I've started experimenting with using almond and Scala 3. It's not perfect yet, but with the TASTy compatibility with Scala 2.13.6 and 3.0.0...

_This is a community issue, anyone is welcome to pick it up._ Flow's native libary is written in C and aims to be portable by only using the standard POSIX...

type: enhancement
res: community
area: native

The "not show bad performance characteristics when object keys' hashCodes collide" test in JsonParserSpec is flaky. https://github.com/spray/spray-json/blob/0b893f26ed2fd71649389e7eccc7bba6f1507946/src/test/scala/spray/json/JsonParserSpec.scala#L117 In absolute terms, the `regularTime` is about 3E6 (3ms) on a modern laptop....

Matching on a `None` within a test leads to a ClassCastException under Scala 3.0.0-M3. A couple of notes: - this only happens when the match is defined directly in a...

I just tried using sbt-spark-package with a multi-project sbt build. Since the plugin is an AutoPlugin overriding the trigger method ``` scala override def trigger = allRequirements ``` it applied...