David Gregory

Results 19 issues of David Gregory

Spotted in typelevel/typelevel-scalafix#18: ``` [error] java.lang.RuntimeException: not a directory or jar file: /home/runner/work/typelevel-scalafix/typelevel-scalafix/target/rules-aggregate/target/scala-2.13/classes [error] at scala.sys.package$.error(package.scala:30) [error] at com.typesafe.tools.mima.lib.MiMaLib.$anonfun$createPackage$1(MiMaLib.scala:13) [error] at scala.Option.getOrElse(Option.scala:189) [error] at com.typesafe.tools.mima.lib.MiMaLib.createPackage(MiMaLib.scala:13) [error] at com.typesafe.tools.mima.lib.MiMaLib.collectProblems(MiMaLib.scala:34) [error] at...

help wanted

Migrates the plugin to use the typelevel/scalac-options library. Fixes #104. This is not a binary compatible change.

This is a test to replicate #102 thanks to @keynmol's great example on the ticket

This is a port of typelevel/cats#4193 to cats-collections.

This is a port of typelevel/cats#4185 to cats-collections.

This enables the [API Documentation Linking](https://planet42.github.io/Laika/0.18/03-preparing-content/02-navigation.html#linking-to-api-documentation) feature of Laika to work if API doc base URL is declared in the build config.

site

This adds a `ci` command derived from the sbt-github-actions configuration - perhaps that `ci` command should be namespaced somewhat? `tlCi` or `typelevelCi`? I *think* this does what folks want but...

ci

Makes the schemes in this project stack safe using the awesome idea from [this gist](https://gist.github.com/Baccata/5fb6e9784992b2a467aa1c846d4585c2) by @Baccata. Things I still need to do: * Add stack-safety tests for some of...

Add Scaladoc & Tut documentation for the functionality implemented so far

Improve test coverage - monadic folds & unfolds are uncovered Add property tests