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

Move build directory management from Sh to Elisp #693

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

Conversation

sirikid
Copy link

@sirikid sirikid commented Dec 9, 2023

I moved creation of build directory and setting it as current from shell command to Elisp to get rid of masking CMake exit code by cd. Inspired by #692 but does not fully solve it.

(call-process "sh" nil nil nil "-c" "false; true") ;; 0

I also get rid of unconditional buffer popping, there is not much use in it without build failure.

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