eugene yokota
eugene yokota
> JUnit uses the `Description` object to determine the identity of tests. Thanks for the explanation. I guess the impedance mismatch here is that junit-interface (and sbt test frameworks in...
Congrats on the baby and the new job @charleso! The readme already mentions the [alternatives](https://github.com/hedgehogqa/scala-hedgehog#alternatives), but I wonder if there are anyone in the community from might be up for...
I'd be happy to work with Dale and Jason, and also join the Slack channel.
Coursier does something https://github.com/coursier/coursier/blob/9d0b191f0d97e055384ea94f850b98fb501a8cb1/modules/core/js/src/main/scala/coursier/core/compatibility/package.scala, but I suspect it's not aware of the XML namespace - https://github.com/coursier/coursier/issues/1821
Ref: - Drop -Y flags that change language semantics https://github.com/scala/scala/pull/6505 - Spec doesn't mention automatic tupling https://github.com/scala/bug/issues/3583 - [Let's drop auto-tupling](https://contributors.scala-lang.org/t/lets-drop-auto-tupling/1799) - Remove Two Warts: Auto-Tupling and Multi-Parameter Infix Operations...
I should note that I do use VS Code + Metals for scala/scala, but mostly from habit I use it like an editor. After the indexing is done, navigation does...
Yea. I meant Community Build broadly as a regular checking process. The actual job runner can be anything. It just needs to keep track of some list of community projects,...
> Is there a clear need to involve community code and not just the stuff inside scala/scala itself? I think so, for practical reasons. The way this test would run,...
Since we are shipping a bunch of collection changes in 2.13, and multi-parameter `+`s are already on deprecation track, I sent a PR to replace them with custom compilation error...
Here's a PR to deprecate multi-parameter symbolic method decl - https://github.com/scala/scala/pull/7792