-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Milestone
Description
- replace
checkNull()
withassert()
(aceAssert()
?) - follow
static_assert()
syntax with 2nd parameter allowing for error message- nice to have: treat 2nd parameter as format string and remaining ones as va_args for
logWrite()
- nice to have: treat 2nd parameter as format string and remaining ones as va_args for
- should use
logWrite()
and then hang in infinite loop - in release builds, asserts should do nothing
- perhaps add a compile option to make them work in release builds with
systemKill()
prints to console?
- perhaps add a compile option to make them work in release builds with
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo asap