Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcheckmate bug fix breaks unit test #73
Comments
|
@mllg: thx for the great package. Andi will look at the PR shortly, I guess. |
closes #73: checkmate now counts NULL as missing in lists.
I've recently discovered and fixed a bug w.r.t. missing checks in lists in mllg/checkmate#146. The bugfix now tests lists for elements being identical to NULL which comes closest to a "missing" in lists, but this unfortunately breaks a unit test in your package. Before the fix, the test was defunct and did not trigger any check at all.
Could you please check your assertions accordingly with the devel release of checkmate? I'll prepare a new release of checkmate and want to upload soon.
This is the relevant part of the check log:
Sorry for the inconvenience.