Adriaan Moors
Adriaan Moors
> How is this manifesting as an error right now? Metals can't find semanticdb? yes, it varies between plugins, but, for example, with wartremover excludes don't work because the directory...
As far as I can tell, something is still off. sbt 1.9.4 should be using a coursier with this fix (i.e. 2.1.6, via lm-coursier-shaded 2.1.1), but on upgrading our projects...
btw, I worked around this by overriding `fullResolvers` at the build and project level, following the hints in https://github.com/sbt/sbt/issues/1138
Sounds like a bug to me, likely due to a sub-optimal reduction of a refined type to a symbol while we're trying to decide samminess.
There was a change in behavior from 2.12.7 -> 2.12.8. Since we're talking about partial-eta expansion with no expected type, I think it was actually a bug in 2.12.7 that...
To repeat part of my comment (just now, before I saw yours) at the original report: > When it comes to getting rid of method value syntax `f _`, I...
Yes! This is an important topic. What are website visitors looking for when they go to scala-lang? Right now we break it down as: - documentation - download - community...
> Why would inlining a single string/int literal and factory-function call result in a severe impact on compilation time? More details on the performance challenge: https://github.com/scalatest/scalatest/issues/1418#issuecomment-495543079
Agreed. We can't add this to 2.12.x, but there's still time to make it happen for 2.13.x!
ironically, markdown breaks on comments: https://github.com/scala/scala-lang/pull/158