Re: Patch for print-method

2009-02-27 Thread Rich Hickey
On Feb 27, 2:50 am, Konrad Hinsen wrote: > The attached patch to clojure.core fixes the printing problem for > types that have no implementation of print-method. When such objects > are printed or converted to strings, an infinite loop leads to a > stack overflow. The reason is that the :defaul

Patch for print-method

2009-02-26 Thread Konrad Hinsen
The attached patch to clojure.core fixes the printing problem for types that have no implementation of print-method. When such objects are printed or converted to strings, an infinite loop leads to a stack overflow. The reason is that the :default implementation for print-method calls str o