Skip to content

Conversation

@asukaminato0721
Copy link
Contributor

@asukaminato0721 asukaminato0721 commented Oct 28, 2025

fix #257

Routed literal string subscripts through a dedicated branch

Added subscript_str_literal to compute literal results for integral indices and slices while falling back to the generic __getitem__ path when precision isn’t possible.

@meta-cla meta-cla bot added the cla signed label Oct 28, 2025
@asukaminato0721 asukaminato0721 marked this pull request as ready for review October 28, 2025 09:10
@yangdanny97
Copy link
Contributor

Thanks for the contribution!

@meta-codesync
Copy link

meta-codesync bot commented Oct 30, 2025

@yangdanny97 has imported this pull request. If you are a Meta employee, you can view this in D85877490.

Copy link
Contributor

@ndmitchell ndmitchell left a comment

Choose a reason for hiding this comment

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

Review automatically exported from Phabricator review in Meta.

@meta-codesync
Copy link

meta-codesync bot commented Oct 30, 2025

@yangdanny97 merged this pull request in bd1b343.

@asukaminato0721 asukaminato0721 deleted the 257 branch October 31, 2025 01:39
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.

More precise subscripting for str

5 participants