| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
For first review, exec test look ok. Aside from 1 addition, I think fewer comments needed. The breadth covered by a comment seems uneven (not your fault).
Sorry, something went wrong.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
| # IfExp | ||
| "foo() if x else bar()", | ||
| # JoinedStr and FormattedValue | ||
| "f'{a}'", |
There was a problem hiding this comment.
Since FormattedValue cannot be used without a JoinedStr, so separate this snippets makes no sense.
Sorry, something went wrong.
|
However, single_tests look kinda strange. It says: These are compiled through "single" because of ovelarp with "eval", it just tests what can't be tested with "eval". I think, there should be more tests, and this comment is pointless. But I don't know, should it be a separate PR? |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. More tests are usually a good thing.
Sorry, something went wrong.
|
Ah, sadly there is now a merge conflict, I cannot merge your PR. |
Sorry, something went wrong.
Fix merge conflicts for Issue 102797
|
Oh, I didn't get a notification from this PR.. |
Sorry, something went wrong.
|
Merged, thank you. |
Sorry, something went wrong.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Nineteendo <nineteendo19d0@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Nineteendo <nineteendo19d0@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Nineteendo <nineteendo19d0@gmail.com>
| Back | FazBrowse Home | New Git URL |
Resolves #102797