Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Document role of g_assert() in codebase #10
Comments
bgilbert
added the
enhancement
label
May 24, 2017
bgilbert
referenced
this issue
in openslide/openslide
May 24, 2017
Open
Add support for DICOM (aka Supp 145) #157
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bgilbert commentedMay 24, 2017
Note in http://openslide.org/docs/newformat/#error-handling that assertions can & should be used to check invariants that have already been enforced by an earlier error return.