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
- Instead of populating required_failed, we can just immediately fail
when a component fails to build. (Actually there is no case where
this can happen -- no required package ever throws CheckFailed --
but I'll further unravel that code in a later PR...)
- Then print_line becomes used in a single place (at the top of the
build); using an empty line works just as well.
- Then print_message and print_line becomes no longer used and can be
deleted.
0 commit comments