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 on :module #781

Open
weaversa opened this issue Jun 24, 2020 · 2 comments
Open

Tab completion on :module #781

weaversa opened this issue Jun 24, 2020 · 2 comments
Labels
command-line-repl Related to Cryptol's text-based UI UX Issues related to the user experience (e.g., improved error messages)

Comments

@weaversa
Copy link
Collaborator

Tab completion with :m completes filenames, include slashes and extensions. However, it would be nice if tab completion used :: and left off extensions.

@robdockins robdockins added command-line-repl Related to Cryptol's text-based UI UX Issues related to the user experience (e.g., improved error messages) labels Jun 25, 2020
@brianhuffman
Copy link
Contributor

We have several hard-wired modules available for use with :m now, including Float, Array, and a few different modules of suite-B crypto primitives. Tab completion should include all of these built-in module names among its set of hints.

@brianhuffman
Copy link
Contributor

I've been writing some hierarchically-organized cryptol modules lately, and I bumped into this issue again. We should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-line-repl Related to Cryptol's text-based UI UX Issues related to the user experience (e.g., improved error messages)
Projects
None yet
Development

No branches or pull requests

3 participants