Skip to content

fix: remove side effects from row.__str__ and row.__repr__#1780

Merged
pierrecamilleri merged 2 commits into
mainfrom
fix/repr-side-effects
May 21, 2026
Merged

fix: remove side effects from row.__str__ and row.__repr__#1780
pierrecamilleri merged 2 commits into
mainfrom
fix/repr-side-effects

Conversation

@pierrecamilleri
Copy link
Copy Markdown
Collaborator

Problem

row.str and row.repr were having side effects (processing the row before returning it).

This has caused headaches to debug when printing the row at some point would change the behavior.

Correction

Remove the side effect

  • on the way correct a code comment

@pierrecamilleri pierrecamilleri force-pushed the fix/repr-side-effects branch from c315f97 to f9bd43d Compare May 21, 2026 07:20
@pierrecamilleri pierrecamilleri merged commit b419325 into main May 21, 2026
10 checks passed
@pierrecamilleri pierrecamilleri deleted the fix/repr-side-effects branch May 21, 2026 07:29
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.

1 participant