Bug#922324: clojure breaks nrepl-clojure autopkgtest

2019-02-14 Thread Alex Miller
This is just a warning about name shadowing - all code continues to function as intended. > On Feb 14, 2019, at 9:45 AM, Paul Gevers wrote: > > Source: clojure, nrepl-clojure > Control: found -1 clojure/1.10.0-1 > Control: found -1 nrepl-clojure/0.6.0-1 > X-Debbugs-CC:

Bug#921991: libregex-clojure: warning is printed when library is loaded

2019-02-10 Thread Alex Miller
This is just a warning that there is name shadowing happening. Everything will work as expected, so it's not a problem. It's also easy to fix in the code in question by excluding the `cat` name from clojure.core to avoid the shadowing, but it's not required. Would just add cat to the list of