HackerN64 / HackerN64/HackerSM64
More Assertions
Open
documentation
enhancement
high priority
- Dominant language
- C
- Stars
- 529
- Forks
- 209
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 1
Description
This is about as close as we're gonna get to test cases. Also good for helping out inexperienced hackers to diagnose crashes in common cases such as bad warp nodes.
There should be three types of assertions used:
- Static assertions (i.e. compile time)
- Debug assertions (run only if using debug features)
- Release assertions (run always).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.