Skip to content

Bug fix in parse_r_of_primitive#604

Merged
fhagemann merged 1 commit into
mainfrom
parse_r
May 21, 2026
Merged

Bug fix in parse_r_of_primitive#604
fhagemann merged 1 commit into
mainfrom
parse_r

Conversation

@fhagemann

@fhagemann fhagemann commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Possible fix for #603:
In parse_r_of_primitive we used to check for keys of dictr without explicitly checking first if dictr is a dictionary first.
This worked because of some type piracy in SplitApplyCombine that was recently removed.

Explicitly check if something is a dictionary before trying to check for its keys
@fhagemann fhagemann added the bug Something isn't working label May 21, 2026
@fhagemann

Copy link
Copy Markdown
Collaborator Author

Ok, tests seem to fail with the newest version SplitApplyCombine@1.3.0 but not after this fix, so I think this might fix #603

@fhagemann fhagemann merged commit 111652c into main May 21, 2026
10 checks passed
@fhagemann fhagemann deleted the parse_r branch May 21, 2026 20:21
fhagemann added a commit that referenced this pull request May 21, 2026
Explicitly check if something is a dictionary before trying to check for its keys

(cherry picked from commit 111652c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant