Ethan (Ethan -)
- Login: Ethan
- Email: notethan@gmail.com
- Registered on: 02/05/2010
- Last connection: 03/19/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 7 | 7 |
Activity
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...
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.
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...
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 ...
-
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...
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
...
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...
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...
02/25/2010
-
02:19 AM Ruby master Bug #2789 (Closed): segfault in DL callbacks with mingw32
- =begin
Attempting to use a callback with DL in mingw32 causes segmentation fault.
(I apologize if I'm in the wro...
02/10/2010
-
01:26 AM Backport191 Backport #2728 (Closed): ruby segfaults returning from dynamically defined method in ensure block
- =begin
As best as I can work out, the conditions to reproduce this crash are:
1. A begin/ensure block yields to a...
Also available in: Atom