WMArray iteration (powered by C macros and iterator manipulation functions that were rewritten in Rust) has had a bug that repeats the first array item once. This is corrected by initializing an array iterator with the correct value (one past the first or last item, not pointing directly at the first or last item).
WMArray iteration (powered by C macros and iterator manipulation functions that were rewritten in Rust) has had a bug that repeats the first array item once. This is corrected by initializing an array iterator with the correct value (one past the first or last item, not pointing directly at the first or last item).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
WMArray iteration (powered by C macros and iterator manipulation functions that were rewritten in Rust) has had a bug that repeats the first array item once. This is corrected by initializing an array iterator with the correct value (one past the first or last item, not pointing directly at the first or last item).