Ondra Pelech
Ondra Pelech
Currently `actions/cache` doesn't support manual cache invalidation from GitHub's UI: https://github.com/actions/cache/issues/2 Before the GitHub team implement this feature, `coursier/cache-action` could implement a workaround trick described in https://github.com/actions/cache/issues/2#issuecomment-673493515
This should be less intrusive approach than https://github.com/olafurpg/sbt-ci-release/pull/129 , what do you think @olafurpg ?
Mill now contains a new bytecode call graph analyzer. It can be useful for the purposes of ScalaClean. * https://github.com/sbt/sbt/discussions/7180#discussioncomment-6379973 * https://github.com/com-lihaoyi/mill/pull/2417
Bleep should be able to build container images. JIB is a great tool to do that. Possible source of inspiration: https://github.com/schmitch/sbt-jib/ Open to PRs?
These are surprisingly common use cases: * compile all projects that have Scala version 2.13.* * test all projects that have Scala version 2.12.* and platform JVM * test all...
Update versions and other small improvements.
closes https://github.com/zio/zio/issues/8786 blocked on * https://github.com/scala-native/scala-native-loop/pull/47 * https://github.com/lolgab/scala-native-crypto/pull/15 * https://github.com/cquiroz/scala-java-time/pull/508
As per https://github.com/scalacenter/scalafix/issues/780#issuecomment-416156223, `Disable` should check `Configuration.scalacOptions`. For example, if `-P:semanticdb:synthetics:on` is not set, it should fail fast and hard, instead of silently going on.
Related to https://github.com/dsvdsv/scala-android-plugin/issues/1#issuecomment-1386256411
builds on top of https://github.com/indoorvivants/scala-native-gtk-bindings/pull/12