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

Update signal macros after upgrade to snapshot1 #144

Merged
merged 1 commit into from
Dec 3, 2019
Merged

Conversation

sbc100
Copy link
Member

@sbc100 sbc100 commented Dec 3, 2019

This should probably have been part of #140 but we don't actually
support signals so this doesn't get much testing I imagine.

The old names like __WASI_SIGBUS no longer exist and the new names
look like __WASI_SIGNAL_BUS.

Copy link
Member

@sunfishcode sunfishcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do this, but note that the signal constants have been removed entirely from the latest WASI ephemeral, so they'll be disappearing entirely soon.

This should probably have been part of #140 but we don't actually
support signals so this doesn't get much testing I imagine.

The old names like `__WASI_SIGBUS` no longer exist and the new names
look like `__WASI_SIGNAL_BUS`.
@sbc100
Copy link
Member Author

sbc100 commented Dec 3, 2019

I don't mind them disappearing completely. I'd still like to land this for correctness though.

Copy link
Member

@sunfishcode sunfishcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok!

@sunfishcode sunfishcode merged commit f645f49 into master Dec 3, 2019
@sunfishcode sunfishcode deleted the signal_names branch December 3, 2019 17:23
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

2 participants