zdennis (Zach Dennis)
- Login: zdennis
- Email: zach.dennis@gmail.com
- Registered on: 06/16/2010
- Last sign in: 11/08/2023
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.
-
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...
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