Re: Patch: supporting primitive and array classes in print-method

2008-10-25 Thread Rich Hickey
On Oct 24, 5:42 pm, Chas Emerick <[EMAIL PROTECTED]> wrote: > The existing implementation of print-method for Class objects emits > unreadable representations for primitive classes (Float/TYPE, etc) and > array classes (Object[], etc). Attached is a patch that results in > both types of classes

Patch: supporting primitive and array classes in print-method

2008-10-24 Thread Chas Emerick
The existing implementation of print-method for Class objects emits unreadable representations for primitive classes (Float/TYPE, etc) and array classes (Object[], etc). Attached is a patch that results in both types of classes being printed readably. Rich, thanks for the feedback in irc...