You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
This is a regression of #269:
the old
cr_assert/expect_arr_*_cmp
assertions are incorrectly documented as taking theSize
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.
The text was updated successfully, but these errors were encountered: