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
I think it might also be worth trying to remove the 'round' based processing, and move to a direct dependency model instead. The round based approach means that some deployments can end up waiting for unrelated deployments in the earlier round.
#2937
- Module error state is now maintained, so that a changed file in one
module getting successfully deployed does not get confused as
"everything is good now"
- CLI status bar updates now rely on these engine events, rather than
being spread across the engine code
- LSP uses EngineStarted and EngineEnded events to update status
indicator
- Bring all engine status update logs to one place, to align explicit
build commands and plugin triggered builds
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Each time a build starts/fails/succeeds we have to:
e.listener
It's easy to miss doing one of these in each case, or let the logs drift away from being consistent.
e.listener
wrapper functions rather than being spread out?The text was updated successfully, but these errors were encountered: