Lloyd
Lloyd
This is indeed looking like it would be tough, esp the multiple applicable impls part. I wonder: would it help your usecase if (and I have yet to really think...
Thanks for putting up this question. To be honest, I don't consider this to be a trivial thing at all, so it's great that you figured it out. The final...
@dima-starosud gotcha. It might make sense to have this in `example` or `tests` so that it can be checked + documented ?
I've got a multi-module project that has sub-projects that cross-build JVM and ScalaJS, and some that are just JVM. Reformat-on-compile and issuing scalafmt don't work on the ones that are...
I'm actually surprised that nesting enums inside a _class_ this is even a thing, as it brings to mind the question of things like whether the enum is owned by...
Thanks for putting this up. I'm not entirely opposed to this, even with the cast. I just have a couple of clarifying questions: * Can you give a real world...
Thanks; any chance you can give a concrete example of point 1 that _couldn't_ be done with what's there today? I'm having some trouble visualising/understanding if the unsoundness is necessitated...
Indeed, it should have but it was discovered after the release. I'll keep this issue open since we don't have an issue for adding a checker for this but do...
Nice, thanks for bringing this up. I don't have a hard stance about _not_ making the two compatible, but I do have to wonder about the use case of _mixing_...
All valid points. I think the biggest barrier is, as you found, the `values: Array[_]` that Scala 3 emits : I understand it's probably for Java compat, but I'd rather...