You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing splain tests in scalac uses partest framework which invoke scalac directly (instead of scala reflect Toolbox). We should strive to do the same.
I have created a new acceptance submodule, we can gradually move our existing tests to be under it
The text was updated successfully, but these errors were encountered:
so far, no response, but I end up using scala nsc in runtime, the result seems to be quite similar to what partest is using. So I don't think it is a problem anymore.
Compile-time tests will be in the "acceptance" module. Will have to either wait for a fix or craft our own tool
https://github.com/com-lihaoyi/utest#compile-error
Existing splain tests in scalac uses partest framework which invoke scalac directly (instead of scala reflect Toolbox). We should strive to do the same.
I have created a new acceptance submodule, we can gradually move our existing tests to be under it
The text was updated successfully, but these errors were encountered: