Skip to content

TraitsController: Fix logic inversion on yield in traits#152

Merged
fwiesel merged 1 commit into
mainfrom
another_yield_fix
Oct 14, 2025
Merged

TraitsController: Fix logic inversion on yield in traits#152
fwiesel merged 1 commit into
mainfrom
another_yield_fix

Conversation

@fwiesel

@fwiesel fwiesel commented Oct 14, 2025

Copy link
Copy Markdown
Contributor

A false returned from yield means no more items,
so we need to break there out of the loop.

A false returned from yield means no more items,
so we need to break there out of the loop.
@fwiesel fwiesel merged commit 3471a3c into main Oct 14, 2025
6 checks passed
@fwiesel fwiesel deleted the another_yield_fix branch October 14, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants