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

[Feature] Update LOGOUT to accept an exit status code in addition to FAST flag #1977

Closed
nbriggs opened this issue Jan 19, 2025 · 1 comment
Closed

Comments

@nbriggs
Copy link
Contributor

nbriggs commented Jan 19, 2025

Update LOGOUT to accept a STATUS value as an additional argument that can be passed to the LISPFINISH subr to provide a value for the exit status of the process.

The OS exit(status) arguments accepted are typically 0..255, with 0 indicating success and 1 indicating failure and other values having no defined interpretation.

Having an additional argument to LOGOUT will keep the FAST flag (saving or discarding vmem state before exit) independent of the exit status.

@nbriggs
Copy link
Contributor Author

nbriggs commented Feb 10, 2025

Closed by PR Interlisp/maiko#525

@nbriggs nbriggs closed this as completed Feb 10, 2025
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