James Phillips

Results 10 issues of James Phillips

**Description** I would like the library split into two - one for the core functionality and one for the cats instances. I cannot upgrade to `scala-uri:4.0.0` due to the inclusion...

Default is `"false"` leading to `createAnnotatedTag = true` in all cases

## reproduction steps using Scala `2.13.8` and `2.13.9-bin-f11f1f7`, When performing a typelevel algorithm the compile time performance varies wildly depending on any aliases present. Below is a cut down implementation...

typer
dealias

This is not necessarily `slick-pg`s responsibility to address, I am detailing it here as it was `slick-pg`'s update that revealed the problem. If you have the following installed dependencies: ```...

## reproduction steps using Scala (2.12.11, 2.13.4), The following code defined inside a library: ```scala trait OtherType class Foo { def bar[T](t: T): T with OtherType = ??? } ```...

help wanted
infer
separate compilation
fixed in Scala 3

For scala 2.13, akka has frozen the `ssl-config-core` dependency version to `0.4.3`. This includes a transitive dependency of `scala-parser-combinators 1.1.2` which is incompatible with the modern version, `2.1.1`, now present...

## Compiler version 3.7.1 ## Minimized code ```scala object USED { case class A(value: Int) } object UNUSED { // In reality UNUSED would contain several other necessary members! private...

itype:bug
area:linting