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

Autocomplete #99

Closed
jpziegler opened this issue Sep 10, 2014 · 5 comments
Closed

Autocomplete #99

jpziegler opened this issue Sep 10, 2014 · 5 comments
Assignees
Labels
feature request Asking for new or improved functionality

Comments

@jpziegler
Copy link
Contributor

Cryptol's REPL only seems to autocomplete on the first word. It would be nice to have a fuller version of autocomplete.

@kiniry kiniry added the feature request Asking for new or improved functionality label Sep 12, 2014
@kiniry kiniry added this to the Someday milestone Sep 12, 2014
brianhuffman pushed a commit that referenced this issue Sep 14, 2014
@brianhuffman
Copy link
Contributor

Fixed in 8095862.

@weaversa
Copy link
Collaborator

weaversa commented Oct 9, 2014

Autocomplete is broken again.

Main> :t ta <tab>
:type  :type
Main> :t tail <tab>
:type  :type
Main> :t tail <enter>
tail : {a, b} [1 + a]b -> [a]b

@acfoltzer acfoltzer modified the milestones: Cryptol 2.1, Someday Oct 16, 2014
@acfoltzer
Copy link
Contributor

I've fixed this on the 2.1.0 branch, it will be incorporated into the next release and then merged back in to master.

@acfoltzer
Copy link
Contributor

This was fixed in 2.1, is there more we need to do for 2.2?

@kiniry kiniry removed this from the Cryptol 2.2 milestone Dec 3, 2014
@kiniry
Copy link
Member

kiniry commented Dec 3, 2014

I misread your comment above and forgot to compare the comment date to the release date of 2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Asking for new or improved functionality
Projects
None yet
Development

No branches or pull requests

5 participants