Tom Grigg

Results 16 comments of Tom Grigg

I made a change to the Dotty CLA check a few months ago, after GitHub started requiring workflow approval for new contributors. Before the change, the CLA check would run...

Also, I think the Dotty CLA check was originally lifted from https://github.com/scala-js/scala-js/blob/master/ci/check-cla.sh and they may have diverged.

Also #12943 which already seems to be fixed.

The project seems to fail compilation with match type reduction errors on the 3.2.0-RCs and latest nightly, so that may need to be addressed first.

The first example looks like a duplicate of #13097.

The issue with the test is weird. I don't see any reason that it needs to be in `neg-with-compiler`, however. The symptoms lead me to believe it has something to...

I've looked into the test problem some more and I'm convinced the issue is shared state corruption when multiple compilations are running in parallel. I think the fix is something...

I'm currently running this through the community build (`-Wunused:imports -rewrite -Yrewrite-imports`) I'll post the results when complete, but thus far it's definitely uncovered some issues.

One common issue is this error: ``` [error] -- [E040] Syntax Error: import-line.scala:2:0 ---------------------------------- [error] 2 | [error] |^ [error] |an identifier expected, but eof found ``` which happens in...