Name |
Last commit
|
Last update |
---|---|---|
.. | ||
index.c | ||
iterator_helpers.c | ||
iterator_helpers.h | ||
tree.c | ||
workdir.c |
When the function `expect_iterator_items` surpasses the number of expected items, we simply break the loop. This causes us to trigger an assert later on which has message attached, which is annoying when trying to locate the root error cause. Instead, directly assert that the current count is still smaller or equal to the expected count inside of the loop.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
index.c | Loading commit data... | |
iterator_helpers.c | Loading commit data... | |
iterator_helpers.h | Loading commit data... | |
tree.c | Loading commit data... | |
workdir.c | Loading commit data... |