Chris Kipp
Chris Kipp
> I can't promise anything, but just from looking at the single line change in sbt, one potential difference between sbt and Mill could be the way we feed the...
btw update on this, I need https://github.com/sbt/sbt/pull/7006 merged in first, and then I need to do an update to Zinc https://github.com/sbt/zinc/blob/5804d50afd960330f34af35e4367fdb171204f5a/internal/zinc-compile-core/src/main/scala/sbt/internal/inc/LoggedReporter.scala#L133-L142 and _then_ hopefully this should be working here.
So Mima is failing, but this is now working as expected. For example given the following code in Scala 3: ```scala package other object Main extends App { val a...
> I wonder if there is an easy way to test this? It depends I guess. Testing it at which phase, during the actual BSP reporting? I looked a bit...
> So my question is, do we loose something with Scoverage 2.x? E.g. support for older Scala versions? Yea, this is exactly the case. In the 2.x series we'll no...
> @ckipp01 Let me know if you need further guidance in creating a new worker module for Scoverage 2.x. Or just ping me in our Gitter channel. Sounds good. It'll...
> @ckipp01 Are you planning to get back to this? I may be interested in picking it up. Hey @kierendavies! I was planning on it, but no idea if it'd...
> Is anybody working on this? @ckipp01 or @kierendavies ? Not me. I don't really have any plans in the short-term to get back to this.
> Thanks for the nice report. This looks like a duplicate of #1560. Ahh sorry, I totally missed that one. Since there is quite a bit of info in here...
> a) leaf it to the user to enable it in their build, e.g. use ScalaMetalsSupport trait. I think an extra con to this one is that if you have...