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
Use the same compilation flags in non-bootstrapped and bootstrapped builds
This avoids finding compilation errors late in the development cycle. Having
explicit nulls on is especially important because typed and untyped trees are
now only distinguished using `Null`, so on the non-bootstrapped build we don't
get compiler errors when passing an untyped Tree where a typed Tree is expected.
0 commit comments