singularity
singularity copied to clipboard
inspect all "unhandled error" and clean up appropriately
there are numerous unhandled error returns throughout the entire code-base.
update those code points to either (1) return/report an error, or (2) syntactically eat them with "_ = func()" instead of "func()"