<div dir="ltr"><div dir="ltr"><div dir="ltr">This is just a warning that there is name shadowing happening. Everything will work as expected, so it's not a problem.<div><br></div><div>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.</div><div><br></div><div>Would just add cat to the list of excluded symbols here:</div><div><a href="https://github.com/cgrand/regex/blob/master/src/net/cgrand/regex.clj#L5">https://github.com/cgrand/regex/blob/master/src/net/cgrand/regex.clj#L5</a><br></div><div><br></div><div>I created a PR for it here: <a href="https://github.com/cgrand/regex/pull/9">https://github.com/cgrand/regex/pull/9</a></div><div><br></div><div>Alex</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 10, 2019 at 7:36 PM Elana Hashman <<a href="mailto:ehashman@debian.org">ehashman@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Package: libregex-clojure<br>
Version: 1.1.0-2<br>
Severity: minor<br>
<br>
When libregex-clojure is loaded, the following warning is printed:<br>
<br>
<br>
WARNING: cat already refers to: #'clojure.core/cat in namespace:<br>
net.cgrand.regex, being replaced by: #'net.cgrand.regex/cat<br>
<br>
I believe this behaviour is also present in the autopkgtests. The<br>
upstream package does not do this, we should be consistent.<br>
_______________________________________________<br>
Pkg-clojure-maintainers mailing list<br>
<a href="mailto:Pkg-clojure-maintainers@alioth-lists.debian.net" target="_blank">Pkg-clojure-maintainers@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-clojure-maintainers" rel="noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-clojure-maintainers</a></blockquote></div>