Closed emilrl-gh closed 2 years ago
Thanks for getting started on this.
@CRKatri Should there be a version bump for Ldid once error checking is done?
Should there be a version bump for Ldid once error checking is done?
That is the current plan.
We should ideally use exit(EXIT_FAILURE);
And EXIT_SUCCESS
Should there be a version bump for Ldid once error checking is done?
That is the current plan.
What should the new version number be do you think?
Should there be a version bump for Ldid once error checking is done?
That is the current plan.
What should the new version number be do you think?
It will be 2.1.5-procursus3
. The first number is the upstream version number from git.saurik.com/ldid.git. Then we do -procursus*
to show the Procursus patch version.
Started replacing asserts with if statements to check for errors