-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This upgrade brings Python 3.12 parsing support, although we still need to build support in the Pyre CPythonParser wrapper around pyre-ast. It looks like pyre-ast changes the locations of literals within format strings. The new locations are more narrow, containing only the literal portion. Before the location included the entire format string expression. I think this is a nice improvement and it passes all tests. Reviewed By: yangdanny97 Differential Revision: D60124494 fbshipit-source-id: ce65503b40ed1ba24814ff490953d96e6cf1b878
- Loading branch information
1 parent
e01582e
commit 7438d40
Showing
5 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters