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
Running lein kibit --replace --interactive on core.clj with namespace aliased keywords introduces a regression:
➜ kibit-namespace-aliased-keywords git:(master) ✗ lein kibit --replace --interactive
Would you like to replace
(-> something :spec/something)
with
(:spec/something something)
in src/kibit_namespace_aliased_keywords/core.clj:6? [yes/no] yes
Executing (foobar) with now returns nil rather than the value 1234 as expected.
The text was updated successfully, but these errors were encountered:
Minimal re-production: https://github.com/codeasone/kibit-namespace-aliased-keywords
Running
lein kibit --replace --interactive
oncore.clj
with namespace aliased keywords introduces a regression:Executing
(foobar)
with now returnsnil
rather than the value1234
as expected.The text was updated successfully, but these errors were encountered: