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

cmd: make :GoRun async #3525

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

cmd: make :GoRun async #3525

wants to merge 1 commit into from

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Feb 16, 2023

Make go#cmd#Run execute go run asynchronously. This will slightly depart from the previous handling of stderr output. With the :make approach, any output to stderr will populate the quickfix window. When run as a job, though, the output will only be parsed as an error if the program being run exits non-zero. See
#3085 (comment) for more information.

This is #3086 again. It needs more work before being merged in order to make sure the output is provided to the user to avoid #3523.

Make go#cmd#Run execute `go run` asynchronously. This will slightly
depart from the previous handling of stderr output. With the :make
approach, any output to stderr will populate the quickfix window. When
run as a job, though, the output will only be parsed as an error if the
program being run exits non-zero. See
fatih#3085 (comment) for
more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant