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 noreturn function attribute #2464

Merged
merged 1 commit into from
Nov 1, 2022
Merged

Add noreturn function attribute #2464

merged 1 commit into from
Nov 1, 2022

Conversation

Vurv78
Copy link
Contributor

@Vurv78 Vurv78 commented Oct 29, 2022

Like C++'s noreturn, Typescript/Rust/etc's never / ! type.

Also changed the ExtPP pattern to not break when attributes are used on an indented e2function :p

Fixes #2461

image

Like C++'s `noreturn`, Typescript/Rust/etc's `never` type.

Also changed the ExtPP pattern to not break when attributes are used on an indented e2function :p
@Vurv78 Vurv78 merged commit aa98825 into wiremod:master Nov 1, 2022
@Vurv78 Vurv78 deleted the noreturn branch November 1, 2022 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an attribute for never returning to E2
1 participant