[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

/ cpython Public

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

bpo-36817: Add f-string debugging using '='. #13123

Merged
merged 53 commits into from May 8, 2019

Conversation

Copy link
Member

ericvsmith commented May 6, 2019

ericvsmith added 30 commits May 2, 2019
Copy link

larryhastings commented May 7, 2019

The two failed tests both failed in the same way: Lib/test/test_fstring.py failed a nanny check for whitespace. "make patchcheck" will rub your nose in it.

Copy link
Author

ericvsmith commented May 7, 2019

I fixed the whitespace problem. I kept fighting emacs over that, and couldn't figure out what problem was. Thanks, Larry and patchcheck.

I'm not sure which tests you're referencing that are failing. All of the tests pass for me on macOS.

Copy link
Contributor

larryhastings left a comment

Minor nonsense, mostly about comments. I didn't mark this as "Approve" just because I wanted to see what you had to say in reply; if you tell me it's all fine then I'll probably just Approve it then.

Lib/test/test_fstring.py Outdated Show resolved Hide resolved
Lib/test/test_fstring.py Outdated Show resolved Hide resolved
Python/ast.c Outdated Show resolved Hide resolved
Python/ast.c Outdated Show resolved Hide resolved
Python/ast.c Show resolved Hide resolved
Python/ast_unparse.c Outdated Show resolved Hide resolved
Python/compile.c Outdated Show resolved Hide resolved
ericvsmith self-assigned this May 8, 2019
Copy link

larryhastings commented May 8, 2019

The test I was referring to were CI tests. Azure and something else were both complaining about the whitespace, and with your latest update now they're not.

Copy link
Contributor

larryhastings left a comment

OH WHY DO PEOPLE COMPLAIN ABOUT THIS PIDDLING LITTLE STUFF

MY LIFE

Lib/test/test_fstring.py Outdated Show resolved Hide resolved
Python/ast.c Outdated Show resolved Hide resolved
Copy link

bedevere-bot commented May 8, 2019

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

Copy link
Author

ericvsmith commented May 8, 2019

I have made the requested changes; please review again.

The CI errors are related to cert auth failures, They're unrelated to this change.

Copy link

bedevere-bot commented May 8, 2019

Thanks for making the requested changes!

@larryhastings: please review the changes made to this pull request.

ericvsmith closed this May 8, 2019
ericvsmith reopened this May 8, 2019
We updated the server, our testsuite must match.


https://bugs.python.org/issue36816


✈️ CLE -> DEN ✈️ #pycon2019

(cherry picked from commit 6bd8173)
ericvsmith merged commit 9a4135e into python:master May 8, 2019
5 checks passed
ericvsmith deleted the fstring-equal branch May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants