alelievr / libft-unit-test

456 stars 88 forks source link

lstmap incorrect fail #116

Open m0d1nst4ll3r opened 2 years ago

m0d1nst4ll3r commented 2 years ago

lstmap is counted as a FAIL if the function stops at del == NULL because the testing function sends (void *)0 as the del pointer.

Stopping at del == NULL is correct behavior, it should be checked for and counted as extra protection.

stankudrow commented 2 years ago

Hello. I cannot ping Antoine Lelievre to check out this project. A corresponding pull request was created before, see https://github.com/alelievr/libft-unit-test/pull/105 for details.

github-actions[bot] commented 2 years ago

Hello! Thanks for contributing to the libft unit test.

Note that this repository is not maintained by the owner anymore, instead there is a bot that will automatically merge any reviewed pull requests. If you feel like it, here are some links that can help you submiting a change in the code base::