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

Tab completion broken in LiveScript 1.5 REPL #924

Closed
cjld opened this issue Sep 23, 2016 · 1 comment · Fixed by #928
Closed

Tab completion broken in LiveScript 1.5 REPL #924

cjld opened this issue Sep 23, 2016 · 1 comment · Fixed by #928

Comments

@cjld
Copy link

cjld commented Sep 23, 2016

When I type tab after enter String in LiveScript 1.5 REPL

ls> String.
global           process          GLOBAL           root             Buffer
clear-immediate  clear-interval   clear-timeout    set-immediate    set-interval
set-timeout      console          module           exports          require
LiveScript       path             fs               util             say
warn             die              p                pp               ppp

The completion result doesn't show members of String.
in LiveScript 1.4, it works well:

ls> String.
String.__defineGetter__      String.__defineSetter__      String.__lookupGetter__
String.__lookupSetter__      String.__proto__             String.constructor
String.hasOwnProperty        String.isPrototypeOf         String.propertyIsEnumerable
String.toLocaleString        String.toString              String.valueOf

String.apply                 String.arguments             String.bind
String.call                  String.caller                String.length
String.name                  

String.fromCharCode          String.fromCodePoint         String.prototype
String.raw                   
@rhendric
Copy link
Collaborator

Paging @raine... this looks like a consequence of #732. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants