kibit
                                
                                
                                
                                    kibit copied to clipboard
                            
                            
                            
                        Running kibit --replace on code with namespace aliased keywords introduces regression
Minimal re-production: https://github.com/codeasone/kibit-namespace-aliased-keywords
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.
👍 Just experienced the same thing, could be dangerous.