You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't dug into this too deeply and can't at the moment but I assume it's related to how lein-shorthand uses hooks.
The symptom: I keep my shorthand config in my :user profile, where I also have the dependencies that the shorthand config references. When I run lein with-profile -user repl I see lots of warnings about lein shorthand failing to inject vars, because the deps aren't around. The problem is it shouldn't even be trying since removing the user profile should just turn off lein-shorthand altogether.
This is at worst annoying, it's not really preventing me from doing anything at the moment.
The text was updated successfully, but these errors were encountered:
I haven't dug into this too deeply and can't at the moment but I assume it's related to how lein-shorthand uses hooks.
The symptom: I keep my shorthand config in my
:user
profile, where I also have the dependencies that the shorthand config references. When I runlein with-profile -user repl
I see lots of warnings about lein shorthand failing to inject vars, because the deps aren't around. The problem is it shouldn't even be trying since removing the user profile should just turn off lein-shorthand altogether.This is at worst annoying, it's not really preventing me from doing anything at the moment.
The text was updated successfully, but these errors were encountered: