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
* Make sure all async jobs set the statustype option key so that their
progress will be echoed appropriately.
* Move some progress messages that were written just prior to starting
an async job to be written just before executing the similar
synchronous execution (e.g. in `go#cmd#Test`).
* Move the "analysing with scope" message in guru so that it will be
written _after_ the async job is started and make sure it's guarded by
a `go#config#EchoProgress` check.
* Remove remaining progress messages that were written just prior to
starting async jobs.
0 commit comments