General

Profile

Ethan (Ethan -)

  • Login: Ethan
  • Email: notethan@gmail.com
  • Registered on: 02/05/2010
  • Last sign in: 07/13/2023

Issues

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

Activity

07/13/2023

03:05 AM Ruby master Bug #19765 (Assigned): Ractor.make_shareable ignores self of a proc created from a Method
An unshareable receiver of a Proc or a Method will cause make_shareable to error, but this does not happen with a pro... Ethan (Ethan -)

07/29/2022

10:10 AM Ruby master Revision b2cc74a5 (git): [flori/json] test parsing of unicode, mixing literal characters with escaped
https://github.com/flori/json/commit/82fe866da2 Ethan (Ethan -)

03/12/2022

07:39 AM Ruby master Bug #18627 (Closed): segmentation fault when doing a lot of redundant Module#include
I'm adding support for ruby 3 and consistently encountering segfaults.
my library does a fair bit of extending obj...
Ethan (Ethan -)

03/06/2022

02:15 AM Ruby master Misc #18609: keyword decomposition in enumerable (question/guidance)
thank you all for the feedback and suggestions, much appreciated. Ethan (Ethan -)

03/04/2022

01:27 AM Ruby master Misc #18609 (Closed): keyword decomposition in enumerable (question/guidance)
There is a pattern that I have used somewhat often in ruby 2, decomposing hash keys as keyword arguments to blocks fo... Ethan (Ethan -)

11/17/2021

08:25 AM Ruby master Bug #18343: empty hash passed to Array#pack causes Segmentation fault (2.6)
oops, in writing that last sentence a "not" slipped by me and I said the opposite of what I meant to say. I meant to ... Ethan (Ethan -)
03:09 AM Ruby master Bug #18343: empty hash passed to Array#pack causes Segmentation fault (2.6)
agreed that it's not a security issue, and questionable whether it's worth fixing for a version near EOL. I only enco... Ethan (Ethan -)

11/16/2021

03:12 PM Ruby master Bug #18343 (Closed): empty hash passed to Array#pack causes Segmentation fault (2.6)
passing an empty hash to `Array#pack` segfaults from ruby 2.4 to ruby 2.6 on ubuntu, macos, and windows.
```ruby
...
Ethan (Ethan -)

11/05/2021

11:11 AM Ruby master Bug #18289 (Closed): Enumerable#to_a should delegate keyword arguments to #each
`Enumerable#to_a` has always delegated its arguments to `#each`, but it does not handle keyword arguments. This seems... Ethan (Ethan -)

10/13/2010

03:19 AM Backport187 Backport #3938 (Closed): Ruby incorrectly compares the length of Array elements of Enumerable objects to the arity of Methods given as blocks to Enumerable methods
=begin
Given an Enumerable object that has an element which is an Array, when an Enumerable method which takes a bl...
Ethan (Ethan -)

Also available in: Atom