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
BSP is disabled in the bootstraped projects of the compiler for better performance of the IDEs.
But if we bump the TASTy version, we cannot run the un-boostrapped compiler without the bootstrapped library: the compiler needs to read the library with the correct version of TASTy.
One possible solution is to override the debug task in the un-bootstrapped compiler to run the bootstrapped compiler.