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

Upstream ssm #85

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Upstream ssm #85

wants to merge 7 commits into from

Conversation

j-hui
Copy link
Collaborator

@j-hui j-hui commented Sep 2, 2021

Landed a few extra commits on sedwards-lab/ssm#5 ; adding those changes back here.

The main change is that the platform-independent behavior for crashing is to just hang with for (;;), instead of relying on exit(); the rest of the changes are just changes to documentation.

-       Remove ssm-debug.h
-       Fix prio queue bug in ssm_unschedule
-       Introduce SSM_THROW for crashing
-       Change ssm_event_t to a struct wrapping ssm_sv_t, rather than
        a typedef, for consistency with other types.
(previously forgot to)
This is the most platform-independent way of crashing, since it doesn't
rely on any external exit() function.
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.

1 participant