Arnout Engelen
Arnout Engelen
> What was the point of this rather substantial migration effort if right on the finish line there will in fact be no Scala 3 releases until end of year...
Also "later this year" does not necessarily mean "end of year 2022/start of 2023" ;)
I think we should hold off merging this until #3685 is in, as that is more urgent and the behavior may conflict
(setting back to WIP because behavior conflicts with other work on master - I'm not planning on continuing on this in the near future though)
Thanks for the report! This is a problem with the combination of alpakka-kafka and the actorcontext protection feature added in Akka 2.6.6 (https://github.com/akka/akka/pull/27112) This particular problem has been fixed in...
I don't think so yet
It would be useful to have a composer translator and php builder, perhaps taking inspiration from https://github.com/svanderburg/composer2nix I see the composer.lock file format does have a `shasum` field, but it...
I think the check is a useful one. It might be useful to add a switch to temporarily skip this test (i.e. from the command-line) for use in situations like...
I'm not sure about the implementation (I'm not familiar with sbt-release internals, and the version regex seems to be a bit dangerous: that might also match non-versions or versions of...
I think the warning is strictly speaking correct. When there is no overlap, a static forwarder is generated from `Test.class` to `Test$.class`: ``` $ cat Test.scala class Test object Test...