General topics relating to the the Typelevel project http://typelevel.org/ | See also individual project channels | Code of conduct https://www.scala-lang.org/conduct/
alexandru on development
Update 2021-04-27-community-saf… (compare)
rossabaker on development
Community safety (compare)
larsrh on master
larsrh on development
yuge commit to get rid of Travi… (compare)
larsrh on master
Update site at Mon, 22 Feb 2021… (compare)
larsrh on development
New post on fibers (#297) * Ok… (compare)
metals uses https://microsoft.github.io/debug-adapter-protocol/ to speak DAP, and that's a thin layer on top of https://github.com/microsoft/java-debug, which connects JDI to DAP.
DAP itself is pretty nice: https://microsoft.github.io/debug-adapter-protocol/
private case class also private (which isn't binary-compatible but should be workaround-able by adding back these methods manually?) and it makes contravariant resolution of typeclass instances behaves more like scala 3 (cf scala/scala#6037)
_ in type applications: http://dotty.epfl.ch/docs/reference/changed-features/wildcards.html, additionally pattern bindings without case in front would be required to be exhaustive and error out otherwise: https://dotty.epfl.ch/docs/reference/changed-features/pattern-bindings.html