Matthew de Detrich

Results 196 issues of Matthew de Detrich

As a consequence of https://github.com/sbt/sbt-osgi/pull/95, its possible to create an infinite recursive loop which means that sbt never ends up fully starting. To reproduce this, simply change https://github.com/sbt/sbt-osgi/blob/main/src/main/scala/com/typesafe/sbt/osgi/SbtOsgi.scala#L47 to `(fullClasspath...

Resolves https://github.com/sbt/sbt-osgi/issues/104 Pinging @romainreuillon since https://github.com/sbt/sbt-osgi/pull/79#issue-1884046058 was the cause of the regression. @romainreuillon Can you confirm that this PR still solves the asynchronicity issue with package task? @eed3si9n Since you...

Resolves: https://github.com/sbt/sbt-osgi/issues/102 Implements this solution > At least on a glance to me it seems like a quick way to fix this is to combine both (dependencyClasspathAsJars in Compile).value.map(_.data) ++...

As explained in https://github.com/sbt/sbt-license-report/pull/86 it would be ideal to just use the `update` task in order to retrieve the dependencies from the report however we are blocked by https://github.com/coursier/coursier/issues/1790 (tl;dr...

Currently there is a `Notes` column which lets you add custom notes when a report is generated. Ideally if there is no data in the `Notes` column then we should...

Currently when sbt-license-report generates a report, it only uses the current Scala version where as ideally we should aggregate the dependencies from all Scala versions as its possible for projects...

See https://github.com/apache/incubator-pekko-http/pull/147/files#r1194719727 for a case where this occurs. While sbt's `.from` can support arbitrary URL's, we can make our job easier if we restrict this to github.

Ideally this should have originally been typed to use `Configuration` rather than `String` since SBT already provides this abstraction as its own type. This is obviously a breaking change so...

**Version**: (e.g. `3.4.1`) **Module**: (e.g. `quill-jdbc-monix`) **Database**: (e.g. `postgres`) ### Expected behavior Lets assume that we are lifting at runtime a `List` of values `T` which require a custom `Encoder`...