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
Some of the tests compile (part of) the compiler's code. When debugging an issue this can be problematic because debugging might involving changing the compiler code, and thus affective the issue we're trying to fix. It would be nice if we could temporarily freeze the code used in the tests to avoid this. One way to do that would be to make a fresh git clone of dotty somewhere else and run the tests with some option like --tests-src=../dotty-upstream.
The text was updated successfully, but these errors were encountered:
Ah. That one looks more of a comprehensive integration test than asserting some specific behaviour. What do you think if we move that to a new file? Or maybe move it into FromTastyTests.
Uh oh!
There was an error while loading. Please reload this page.
Some of the tests compile (part of) the compiler's code. When debugging an issue this can be problematic because debugging might involving changing the compiler code, and thus affective the issue we're trying to fix. It would be nice if we could temporarily freeze the code used in the tests to avoid this. One way to do that would be to make a fresh git clone of dotty somewhere else and run the tests with some option like
--tests-src=../dotty-upstream
.The text was updated successfully, but these errors were encountered: