Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix f-string format spec #3532

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

Merged
merged 4 commits into from
Feb 10, 2022
Merged

Conversation

fanninpm
Copy link
Contributor

@fanninpm fanninpm commented Feb 2, 2022

I was using CPython 3.9's Lib/test/test_fstring.py as an implementation guide to track my progress, but there's still a long way to go, particularly w/r/t escape sequences.

Should fix #3531.

@fanninpm
Copy link
Contributor Author

fanninpm commented Feb 2, 2022

Now, CI is blocked by mmap not being present (c.f. #2059)

@youknowone
Copy link
Member

is this happened because get-pip.py is changed?

@fanninpm
Copy link
Contributor Author

fanninpm commented Feb 3, 2022

I think that it's because pip itself is vendoring dependencies that we currently don't support.

@fanninpm fanninpm force-pushed the fix-fstring-format-spec branch from b51ae20 to ef64b21 Compare February 3, 2022 21:20
@fanninpm fanninpm force-pushed the fix-fstring-format-spec branch from ef64b21 to a936c36 Compare February 4, 2022 19:59
@youknowone
Copy link
Member

great, thank you!

Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

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

looks good to me, but I am not very familiar with this part. so I want to let a few days for @coolreader18's review.

@youknowone youknowone merged commit 37e8842 into RustPython:main Feb 10, 2022
@fanninpm fanninpm deleted the fix-fstring-format-spec branch February 11, 2022 02:35
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.

Bad f-string, causing CI issues
2 participants