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
Add forward compatibility check for stdlib-bootstrapped
If we want to use the TASTy of this version of the library with the
binaries generated be the Scala 2.13 compiler, we need to make sure
stdlib-bootstrapped is forwards compatible. For example we can not call
a methods that is available in the dotty compiled version but not in the
Scala 2 compiled version.
0 commit comments