General

Profile

zdennis (Zach Dennis)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

10/02/2023

01:12 PM Ruby Feature #18915: New error class: NotImplementedYetError or scope change for NotImplementedError
Whoops, last patch upload failed. Patch actually applied here. zdennis (Zach Dennis)
12:51 PM Ruby Feature #18915: New error class: NotImplementedYetError or scope change for NotImplementedError
Attached is a patch to update the documentation for NotImplementedError to expand its scope beyond just missing features on the underlying platform.
The current documentation has been in place since just before Ruby 1.9.2. Historicall...
zdennis (Zach Dennis)

06/26/2015

03:16 PM Ruby Bug #11310 (Closed): CSV::Table#to_csv should use concat not +
The current implementation of CSV::Table#to_a method uses Array#+ to which is really bad on performance. It seems like it should use Array#concat.
Relevant Github PR: https://github.com/ruby/ruby/pull/946
zdennis (Zach Dennis)

Also available in: Atom