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

run: capture error messages from panics #2861

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 26, 2020

  1. run: capture error messages from panics

    Capture error messages from panic. I'm not 100% sure that this is the
    right course of action. It might be better to treat panics as successes,
    because non-zero exit status from go run are generally discarded except
    for compiler errors. This change is inconsistent with that fact and may
    lead people to expect that non-zero exit statuses from the command being
    run should always populate the quickfix list.
    
    Fixes fatih#2328
    bhcleek committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    bb9e913 View commit details
    Browse the repository at this point in the history