Skip to content

Conversation

@ablaszkiewicz
Copy link
Contributor

@ablaszkiewicz ablaszkiewicz commented Nov 15, 2025

When capturing code variables we did these mapping steps:

Try simple type -> try JSON -> try constructor name

Turns out python has some types which are not serializable into JSON but are serializable using repr(). I changed it to do:

simple type -> JSON -> repr -> constructor name

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@ablaszkiewicz ablaszkiewicz merged commit f75c5ef into master Nov 15, 2025
14 checks passed
@ablaszkiewicz ablaszkiewicz deleted the ab/feat/code-variables-use-repr branch November 15, 2025 12:43
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.

3 participants