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

Make hunking block for consistent subsequent actions #1107

Merged
merged 1 commit into from
Feb 21, 2019

Commits on Feb 15, 2019

  1. Make hunking block for consistent subsequent actions

    We must ensure that hitting 'h' very fast does run completely ordered, and
    always waits for 'gs_diff_refresh' to complete. ('gs_diff_refresh' updates our
    model.)
    
    Please NOTE that running a command from the worker will still run that command
    on the main thread. T.i. `set_timeout_async(lambda: view.run_command("refresh"))`
    is misleading and a footgun because the "refresh" command here will still start
    on the main thread. We basically just await the worker and then put a
    task/command on the main worker queue.
    
    Fixes timbrel#1104
    kaste committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    da4a47c View commit details
    Browse the repository at this point in the history