General

Profile

k776 (Kieran Pilkington)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

04/22/2024

06:09 AM Ruby Bug #20442 (Rejected): Printing class variable inconsistent when using nested hashes
See attached test.rb. I have a class with a class variable. The idea is simple, increment the value and then print out the resulting class var.
```
Mock1
0
1
Mock2
{}
{"a"=>1}
Mock3
{}
{"a"=>1}
Mock4
{}
{}
```
Mo...
k776 (Kieran Pilkington)

03/19/2013

01:52 PM Ruby Bug #8123 (Closed): Transcoding exception when using replace along with universal_newline
The following can be reproduced on 1.9.3-p385, 1.9.3-p392, and 2.0.0-p0.
body, charset = "hey", "hey".encoding.to_s
body = body.encode('UTF-8', charset,
:invalid => :replace, :undef => :replace,
:replace => '', :univers...
k776 (Kieran Pilkington)

Also available in: Atom