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

cljr-slash: rule out some edge cases #492

Open
vemv opened this issue Jul 4, 2021 · 0 comments
Open

cljr-slash: rule out some edge cases #492

vemv opened this issue Jul 4, 2021 · 0 comments
Assignees

Comments

@vemv
Copy link
Member

vemv commented Jul 4, 2021

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.

@vemv vemv self-assigned this Jul 4, 2021
@vemv vemv transferred this issue from clojure-emacs/refactor-nrepl Jul 8, 2021
vemv added a commit that referenced this issue Jul 8, 2021
vemv added a commit that referenced this issue Jul 9, 2021
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.

1 participant