Hi,

On 31 Aug., 12:00, Chris Jenkins <cdpjenk...@gmail.com> wrote:

> The thing that still confuses me is that I can successfully load a source
> file that imports the whole of clojure.contrib.seq once (with warnings) but
> an attempt to reload that source file then fails - even if I edit the source
> file to remove the whole :use clause before reloading. That's weird but I'm
> working again and that's the important thing - thanks.

What happens is the following:

1. partition-by from core is created in the namespace.
2. partition-by is overwritten by the seq-utils version => warning

<- now the reload happens. reload does not nuke the old version of the
namespace. so the old bindings are still in effect. ->

3. partition-by is supposed to be overwritten by the core version. =>
error

I think this is some special treatment for core. But I don't clearly
remember. You can consult the archives of the group. There was some
discussion on this topic.

Sincerely
Meikel

-- 
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

Reply via email to