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

Move Fault Handler stuff to a new file called FaultHandler #393

Open
IshDeshpa opened this issue Dec 30, 2023 · 0 comments
Open

Move Fault Handler stuff to a new file called FaultHandler #393

IshDeshpa opened this issue Dec 30, 2023 · 0 comments
Labels
enhancement New feature or request M2

Comments

@IshDeshpa
Copy link
Contributor

Describe the problem this feature will solve
Currently our fault handling behavior exists in Tasks.h/Tasks.c. It is a little unclear where the fault handling behavior exists to a new user, and it's harder to document fault handling without it being in a separate file since it is a lot to document.

Describe the proposed solution
Fault handling behavior (assertOSError, throwTaskError, etc.) should be moved to a new file called FaultHandler for code clarity and documentation purposes.

@IshDeshpa IshDeshpa added the enhancement New feature or request label Dec 30, 2023
@IshDeshpa IshDeshpa added the M2 label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request M2
Projects
Status: No status
Development

No branches or pull requests

1 participant