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-12867] REPL: Autocomplete for debugger commands leaves out characters #4466

Closed
swift-ci opened this issue May 23, 2020 · 2 comments
Closed
Assignees
Labels
bug Something isn't working LLDB for Swift

Comments

@swift-ci
Copy link

Previous ID SR-12867
Radar None
Original Reporter palle (JIRA User)
Type Bug
Status Resolved
Resolution Done
Environment

Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)

Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift
Labels Bug
Assignee @poya
Priority Medium

md5: 1d4fd44c51b90df5498bfbdf1039a4c9

Issue Description:

When typing a debugger command (:command) into the Swift REPL and pressing tab to autocomplete, the inserted autocompletion is missing the first autocompleted character.

For example, typing

:set<tab>

autocompletes to

:setings

(note the missing second t)

@poya
Copy link

poya commented Jul 2, 2020

@poya
Copy link

poya commented Jul 9, 2020

Fixed in swift/master with #1428

Test in #1421

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 7, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LLDB for Swift
Projects
None yet
Development

No branches or pull requests

2 participants