bug: github bridge iterator panic when capacity is set to 1

Labels: area/bridge

Timeline

Amine (a-hilaly) opened

The GitHub bridge iterator actually panics with "index out of range" when it capacity is set to 1. With a capacity different than one, the iterator continue functions properly. This doesn't affect the master branch because the capacity is set to 10

Michael Muré (MichaelMure) added label area/bridge

Michael Muré (MichaelMure) commented

This is probably not relevant anymore now that the github bridge has been reworked (thanks @rng-dynamics !). We can re-open if it's still an issue.

Michael Muré (MichaelMure) closed the bug