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

Add the (@witx noreturn) annotation to proc_exit #371

Merged
merged 3 commits into from
Jan 6, 2021

Conversation

pchickey
Copy link
Contributor

@pchickey pchickey commented Jan 6, 2021

The noreturn annotation was invented solely for the sake of proc_exit,
but we never actually used it in the spec documents.

This annotation sets the noreturn bit in the InterfaceFunc struct.
Downstream tools are free to do with that bit what they will.

The noreturn annotation was invented solely for the sake of proc_exit,
but we never actually used it in the spec documents.

This annotation sets the `noreturn` bit in the `InterfaceFunc` struct.
Downstream tools are free to do with that bit what they will.
@sunfishcode
Copy link
Member

LGTM too; looks like the CI just wants a few test cleanups as well.

@pchickey pchickey merged commit 8deb71d into master Jan 6, 2021
@pchickey pchickey deleted the pch/mark_proc_exit_noreturn branch January 6, 2021 21:06
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

3 participants