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

Is it possible to access the error code of a :Make or :Dispatch process. #172

Open
symbolix opened this issue May 14, 2016 · 0 comments
Open

Comments

@symbolix
Copy link

I am trying to configure dispatch to work with my C++ workflow. If I would like to run my cpp code, ideally I would follow the following steps:

1) Build (run CMake) > 2) Make (makeprg) > 3) Run (execute the binary)

In a vim-dispatch world, this is simply:

1) :Dispatch (execute CMake) > 2) :Make > 3) :Dispatch (execute the binary)

The question is, If I would like to stop the process at stage (1) or (2) if any of those stages fail, how do I do that? Do I have access to the exit code of those stages?

Thanks.

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

No branches or pull requests

1 participant