Jan-Pieter van den Heuvel
Jan-Pieter van den Heuvel
Perhaps having a configurable [UpdateHeuristic](https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/scala/org/scalasteward/core/edit/UpdateHeuristic.scala) would help?
I see that https://github.com/cakesolutions/scala-kafka-client/pull/156 has been merged but no new version has been released. Any change you will be able to draft a new release? Thanks!
@simonsouter Any update on this? Thanks!
+1 Also a problem on Ubuntu 14.04; 0.1.10 works as expected.
When adding a companion object with a deprecated annotation, the warning disappears: ```scala @deprecated("no CaseClass", "0.1") case class CaseClass(rgb: Int) @deprecated("no CaseClass", "0.1") object CaseClass ```
Both the `transformNew` and `transformTypeTree` entrypoints were triggering the warning. Do you think we need to only apply the exemption defined [here](https://github.com/lampepfl/dotty/pull/17165/files#diff-20d26ac73075339cc92ba7fcec42405d2b78c8f852ef8f38ab3be4bafe430d07R65) when coming from those entrypoints?
We have reproduced the issue. We think there are 2 causes: 1. Tab completion seems to hide all compiler output 2. Errors during the parsing of the tasty & class...
@thijsnissen @wwbakker ^