Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old assertions cr_assert/expect_arr_*_cmp are not documented properly #552

Open
interrupt-routine opened this issue Jul 27, 2024 · 0 comments

Comments

@interrupt-routine
Copy link

This is a regression of #269:
the old cr_assert/expect_arr_*_cmp assertions are incorrectly documented as taking the Size in bytes of the array in parameter instead of its length (count of elements).

Fixed here:
#551

I know that the old assertions will be deprecated/removed at some point, but at Codewars we are still using the old API and there are more than 1,500 C tests suites, which makes upgrading to the newer API really burdensome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant