Commits on Source (10)
-
This commit doesn't change indentation just yet, to make the change more obvious.
7c645c8c -
This commit doesn't change indentation just yet, to make the change more obvious.
b78c0e12 -
Previous changes were transforming the error path as early return, leaving a potential indentation level for each commit that could be removed. This commit is removing them. No functional changes.
60e981eb -
calloc returns a `void*` which is automatically casted into any pointer type in C code.
d9e7889a -
This commit doesn't change indentation just yet, to make the change more obvious.
2af07864 -
Previous changes were transforming the error path as early return, leaving a potential indentation level to be removed. This commit is removing it. No functional changes.
822f5b41 -
Split the normal path and error path and move the release behind the error label to remove the handling of the `b_ok` state in the normal path. Since returning an error only makes the processing forward to the next extension to be run, and doesn't fail completely, the label is named "discard" to signal it will only discard the current extension.
cca0ff9c -
This commit doesn't change indentation just yet, to make the change more obvious.
3d5f263c -
This commit doesn't change indentation just yet, to make the change more obvious.
8ca59d74 -
Previous changes were transforming the error path as early return, leaving a potential indentation level for each commit that could be removed. This commit is removing them. No functional changes.
fe1c31bc