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-9058] string indices demangling issue #51560

Closed
mattneub opened this issue Oct 22, 2018 · 0 comments
Closed

[SR-9058] string indices demangling issue #51560

mattneub opened this issue Oct 22, 2018 · 0 comments

Comments

@mattneub
Copy link

Previous ID SR-9058
Radar None
Original Reporter @mattneub
Type Improvement
Status Resolved
Resolution Duplicate
Environment

Swift 4.2, Version 10.0 (10A255)

Additional Detail from JIRA
Votes 0
Component/s
Labels Improvement
Assignee None
Priority Medium

md5: 9224e22cc2caa1c589b8d109856405ea

duplicates:

  • SR-8354 Runtime warning on failure to demangle type

Issue Description:

Try this:

        print("hello".indices)

The compiler lets you say it, but at runtime we get

SWIFT RUNTIME BUG: unable to demangle type of field '_startIndex'. mangled type name is '5IndexSlQz'
SWIFT RUNTIME BUG: unable to demangle type of field '_endIndex'. mangled type name is '5IndexSlQz'
@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant