We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--wait-after-command
Reproduction:
zig build run -Dapp-runtime=glfw -- --wait-after-command=true
exit
There was a previously attempted fix at #4171 but it caused #4882.
I suspect there is some relation to #4554 as well in the sense that all of our process management there is suspicious.
The text was updated successfully, but these errors were encountered:
Could this be related to this scenario:
You can see the video below to understand better:
Sorry, something went wrong.
No branches or pull requests
Reproduction:
zig build run -Dapp-runtime=glfw -- --wait-after-command=true
exit
in the launched windowThere was a previously attempted fix at #4171 but it caused #4882.
I suspect there is some relation to #4554 as well in the sense that all of our process management there is suspicious.
The text was updated successfully, but these errors were encountered: