Sébastien Doeraene
Sébastien Doeraene
> I'll review fully, but could you amend the description to include some information about why this is better? I added a paragraph in the PR description. I'll integrate it...
So, after a day spent exploring many alternatives and benchmarking them both on JS and Wasm, eventually I found the best of all worlds: it's faster than before on both...
Would you care to write a short version of what you'd like my wisdom for? This is a long thread.
Yes, that seems like the best course of action. In order to use Scala.js' `js.UndefOr`, the easiest is probably for *your* `UndefOr` to be defined in platform-dependent way. On the...
The PR is supposed to do everything like Scala 2.13, so if it works on 2.13, I *expect* it will work with that PR.
I ran the 'full' CI for this PR, in order to test all the Scala versions. It did pass. the sbt plugin is probably the only project that we only...
We should have a comprehensive view of what needs to be done before we start merging things like this. There's no point creating a mix of Scala 2 and 3...
The rest of the repo still builds with 2.12.6, so no.
We can indeed look at the source. Heck, I even fixed one bug or two in it. But it's a beast. It's hard to tell what it is that a)...
This is now reviewable. It's based on #5205 not to cause any regression, but is otherwise independent. Only the last two commits belong to this PR.