On Thursday, March 1, 2018 at 5:59:05 PM UTC, David Nolen wrote:
> Feel free to open a minor issue in JIRA. If you have a patch in mind, please attach it.
>
>
> Thanks,
> David
>
>
> On Wed, Feb 28, 2018 at 9:03 AM, henry w <
henr...@gmail.com> wrote:
> Hi,
>
>
>
> Although the following compiles in cljs (and so 'cljs.div//' exists), an error is thrown on calling the function. It works as expected in Clojure.
>
>
>
>
>
> (ns cljs.div
>
> (:refer-clojure :exclude [/]))
>
>
>
> (defprotocol p
>
> (/ [_]))
>
>
>
> (extend-type
>
> #?(:clj String :cljs string)
>
> p
>
> (/ [_] "result"))
>
>
>
>
>
> ; this throws
>
> (/ "")
>
>
>
> I've searched jira and not found an existing issue for this but please let me know if I've missed it.
>
>
>
> Thanks,
>
> Henry
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "Clojure Dev" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to