On Mar 19, 7:22 am, Christophe Grand <christo...@cgrand.net> wrote:
> Jason Sankey a écrit :
>
> > (if (and (branch? loc) (not (empty? (children loc))))
> > (recur (-> loc down rightmost))
> > loc))
>
> > Being new to both clojure and zip I admit there's still a good chance
> > that I have no idea what I'm talking about :).
>
> No you are right and there's the same bug in prev.
>
> Here is a patch that fixes both bugs. (Rich, can I open an issue?)
>
Patch applied - svn 1335 - thanks!
Rich
--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---