Skip to content

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.

j-hui added 7 commits August 31, 2021 18:07
-       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