Re: bug + patch: lazy branch take-while is broken

2009-02-13 Thread Rich Hickey
On Feb 12, 10:20 pm, Chouser wrote: > There's a misplaced paren in take-while in the lazy branch. Patch attached. > > --Chouser > Fixed in SVN 1280 - thanks for the report. Rich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: bug + patch: lazy branch take-while is broken

2009-02-12 Thread Chouser
On Thu, Feb 12, 2009 at 10:20 PM, Chouser wrote: > There's a misplaced paren in take-while in the lazy branch. Patch attached. For what it's worth, using the lazy branch for my clojure-classes project, I had to make two kinds of changes (not counting the patch to core). I had to remove a coupl