Matt Bovel
Matt Bovel
@bracevac would that seem like an appropriate spree issue to you? For example for tomorrow? 🙂
This issue was picked for the Scala Issue Spree of tomorrow, July 2nd. @bracevac and @hamzaremmal will be working on it! If you have any insight into the issue or...
I also got my CPU burning several times because of Metals: ``` ➜ ~ ps aux USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND mbovel 28304 860.9...
Works if my `FunDef`'s not in a `List` or, is accessed through a fixed index: ```scala object Test2: sealed trait Type final case class AtomType(i: BigInt) extends Type final case...
I addressed both questions (in 2 separate commits to ease review, but I can squash them afterward).
I rebased on top of `main` and reverted the logic that always copies symbols in annotations. As it stands, this PR would fix https://github.com/scala/scala3/issues/5789 and https://github.com/scala/scala3/issues/18064, but not https://github.com/scala/scala3/issues/17939 and...
I squashed two commits together to minimize the changes. No code changes.
@hamzaremmal, @KuceraMartin and @jan-pieter, do you remember what the outcome of the spree was? Did you switch to another issue in the end?
Reading https://github.com/scala/scala3/pull/11707 it seems to me that the right thing to do here might just be to keep the default value of `dump` to `null` instead of setting it to...
Thanks for reporting @alexishorner 🙂 @dwijnand do you think that could be appropriate for a future spree? And do you think this is a duplicate of https://github.com/scala/scala3/issues/20395?