Skip to content

fix: handle None from name resolution in loop_inv attribute#102

Merged
danilych merged 1 commit intonextfrom
fix-panic-in-loop-inv-attributes
Feb 27, 2026
Merged

fix: handle None from name resolution in loop_inv attribute#102
danilych merged 1 commit intonextfrom
fix-panic-in-loop-inv-attributes

Conversation

@danilych
Copy link
Member

No description provided.

Replace .unwrap() with .map() when resolving loop_inv target names,
matching the pattern used for inv_target. This prevents a panic when
the target name can't be resolved (e.g., cross-module bare names).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link

@andreistefanescu andreistefanescu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@danilych danilych merged commit d1d1d08 into next Feb 27, 2026
3 of 6 checks passed
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