Skip to content
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

[SR-6951] Dictionary subscripting doesn't play well with Substring #49499

Open
lilyball mannequin opened this issue Feb 7, 2018 · 0 comments
Open

[SR-6951] Dictionary subscripting doesn't play well with Substring #49499

lilyball mannequin opened this issue Feb 7, 2018 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella

Comments

@lilyball
Copy link
Mannequin

lilyball mannequin commented Feb 7, 2018

Previous ID SR-6951
Radar None
Original Reporter @lilyball
Type Bug
Environment

Apple Swift version 4.0.3 (swiftlang-900.0.74.1 clang-900.0.39.2)
Target: x86_64-apple-macosx10.9

Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Bug
Assignee None
Priority Medium

md5: eeccbbe6390088990457b0ae8653f8b6

Issue Description:

If I have a [String: Any] I can't subscript this with a Substring without first copying the substring. This is a very obvious case of where the copy shouldn't be necessary (well, assigning to the subscript needs a copy, but the getter shouldn't).

Filing at the request of @milseman.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

0 participants