Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homogenize async progress #1948

Merged
merged 2 commits into from
Sep 5, 2018
Merged

Commits on Sep 4, 2018

  1. jobs: improve progress echo

    * Only echo status when g:go_echo_command_info is set.
    * Echo status when starting a job.
    bhcleek committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    472281a View commit details
    Browse the repository at this point in the history
  2. improve use of statustype and progress messages

    * 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.
    bhcleek committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    6e6abbc View commit details
    Browse the repository at this point in the history