Alex,

That sounds correct.

Thanks,
Ambrose

On Fri, Nov 20, 2015 at 10:10 AM, Alex Miller <a...@puredanger.com> wrote:

> I see the same and I suspect it's because of the forward declare.  :(
>
>
> On Friday, November 20, 2015 at 12:25:28 AM UTC-6, Ambrose
> Bonnaire-Sergeant wrote:
>>
>> I don't think CLJ-1845 <http://dev.clojure.org/jira/browse/CLJ-1845> had
>> the intended effect.
>>
>> user=> (alter-var-root #'load (fn [f] (fn [& args] (prn "patched") (apply
>> f args))))
>> #object[user$eval1241$fn__1242$fn__1243 0x1c857e6
>> "user$eval1241$fn__1242$fn__1243@1c857e6"]
>> user=> (load)
>> "patched"
>> nil
>> user=> (require 'clojure.core :reload)
>> nil
>> user=> (require 'clojure.tools.analyzer :reload)
>> nil
>> user=> (require 'clojure.tools.analyzer :reload-all)
>> nil
>>
>> I was expected "patched" to be printed with each call to `load` via
>> `require`.
>>
>> Do others observe this also?
>>
>> Thanks,
>> Ambrose
>>
>> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to