Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick test reports incorrect diff summary #21

Open
jamesalbert opened this issue Dec 11, 2022 · 0 comments
Open

Quick test reports incorrect diff summary #21

jamesalbert opened this issue Dec 11, 2022 · 0 comments

Comments

@jamesalbert
Copy link

jamesalbert commented Dec 11, 2022

saw this on reddit (cool project btw 😄), thought I'd provide feedback from a quick test I ran today in a personal repo. I introduced the following diff (adding a key to a python dict):

-            'F64': 'double'
+            'F64': 'double',
+            'F128': '_uint128_t'

but the summary was:

Added F128 to the dictionary of type mappings.
Changed the type mapping for F64 from double to _uint128_t.

but F64's value wasn't changed, F128 was only introduced.

Not sure what else to add here. Thought it might be useful for further tuning the query sent to openai.

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

No branches or pull requests

1 participant