bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
680 stars 37 forks source link

NPE when calling apropos with keyword "clojure" #200

Open amontalenti opened 4 years ago

amontalenti commented 4 years ago

This is a fun one. If you type "clojure" and then do C-x a (for "apropos"), you'll get a NullPointerException:

image

It doesn't crash the REPL but it does cause your command to be thrown away.