tfpt review "/shelveset:ArrayOfT;REDMOND\tomat" Comment : Enables simple array type creation: >>> require ''mscorlib'' => true >>> System::Array.of(Fixnum) => System::Int32[] >>> System::Array.of(Fixnum).new(10) => [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] Tomas -------------- next part -------------- A non-text attachment was scrubbed... Name: ArrayOfT.diff Type: application/octet-stream Size: 5244 bytes Desc: ArrayOfT.diff URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20081101/dcf22e57/attachment.obj>
Change is good. -----Original Message----- From: Tomas Matousek Sent: Saturday, November 01, 2008 12:35 PM To: IronRuby External Code Reviewers Cc: ironruby-core at rubyforge.org Subject: Code Review: ArrayOfT tfpt review "/shelveset:ArrayOfT;REDMOND\tomat" Comment : Enables simple array type creation: >>> require ''mscorlib'' => true >>> System::Array.of(Fixnum) => System::Int32[] >>> System::Array.of(Fixnum).new(10) => [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] Tomas