Jamie Thompson

Results 71 issues of Jamie Thompson

A new PR which takes a simpler approach - compute a prefix for the child and use `asSeenFrom` - update child accessibility check for anonymous mirrors in whyNotGenericSum. Now check...

area:typeclass-derivation

This is similar to code that would be generated for a Mirror - but I am using plain code to demonstrate that the problem is not to do with mirror...

itype:bug
area:erasure
itype:crash

## Compiler version 3.2.0-RC1 ## Minimized code ```Scala import scala.annotation.experimental import scala.annotation.newMain @experimental @newMain def newHello = println("Hello, World!") ``` ## Output ```scala Warning: there was 1 deprecation warning; re-run...

itype:bug

the relation between parameters and supplied arguments seems to be inverted

## steps M1 Pro cpu tried JDK 17 with Temurin-17+35 (`OpenJDK17-jdk_aarch64_mac_hotspot_17_35.tar.gz`) and GraalVM CE 22.2.0 (`graalvm-ce-java17-darwin-aarch64-22.2.0.tar.gz`), JDK 18 with Temurin-18+36 (`OpenJDK18U-jdk_aarch64_mac_hotspot_18_36.tar.gz`), JDK 11 with Temurin-11.0.15+10 (`OpenJDK11U-jdk_aarch64_mac_hotspot_11.0.15_10.tar.gz`) ```shell > java -version...

Bug
area/jdk_x
area/arm_mac

`./cs install --channel my-channel cs` installs a failing runner maybe I am being too quick to try this out before any announcement but here were the steps. download native M1...

Edit: the following description was based on https://github.com/coursier/apps/pull/154, suggesting that `latest.stable` remains the latest even when the app version is set to a lower version. I would expect `cs` and...

It would be ideal if we could set the `scala.home` property in the json config for the `scalac` and `scala` apps to be an appropriate directory, and if that directory...

Scala 3 bootstrap launchers do not have feature parity with the official shell scripts, so at the Scala Center we would like `cs` to install the official scripts for all...

As mentioned in https://github.com/coursier/apps/issues/148, Scala 3 bootstrap launchers `scalac` and `scala` do not have feature parity with the official shell scripts, so at the Scala Center we would like cs...