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
I believe splitting out separate compilation into new directories was done so that we would not get pickler failures when we compile all of pos/run. This imposes a tax on everyone using the test framework because things will be misclassified. In particular everyone coming from Scala-2, since they don't have a structure like this.
Would it not be far simpler if the pickling tests skipped all tests that were directories? That's maybe a two-line change in the test framework vs a constant hassle for its users.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I believe splitting out separate compilation into new directories was done so that we would not get pickler failures when we compile all of pos/run. This imposes a tax on everyone using the test framework because things will be misclassified. In particular everyone coming from Scala-2, since they don't have a structure like this.
Would it not be far simpler if the pickling tests skipped all tests that were directories? That's maybe a two-line change in the test framework vs a constant hassle for its users.
The text was updated successfully, but these errors were encountered: