We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For cljr-slash functionality, some edge cases will predictably never succeed, yet will spend computational time.
e.g. a/a/ has two slashes, there will be nothing matching that.
a/a/
Similarly sometimes as I use emacs I make other typos that also can never succeed, yet block the UI for a few secs.
So one could have a simple regex for validating the expected admissible inputs.
The text was updated successfully, but these errors were encountered:
Introduce completable-for-cljr-slash?
completable-for-cljr-slash?
d7679e8
Fixes #492
2192625
vemv
Successfully merging a pull request may close this issue.
For cljr-slash functionality, some edge cases will predictably never succeed, yet will spend computational time.
e.g.
a/a/
has two slashes, there will be nothing matching that.Similarly sometimes as I use emacs I make other typos that also can never succeed, yet block the UI for a few secs.
So one could have a simple regex for validating the expected admissible inputs.
The text was updated successfully, but these errors were encountered: