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

2019-02-11 Thread Elana Hashman
On Sun, Feb 10, 2019 at 08:15:27PM -0600, Alex Miller wrote: > > 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 excluded symbols here: >

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

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

2019-02-10 Thread Elana Hashman
Package: libregex-clojure Version: 1.1.0-2 Severity: minor When libregex-clojure is loaded, the following warning is printed: WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.regex, being replaced by: #'net.cgrand.regex/cat I believe this behaviour is also present in