General

Profile

splattael (Peter Leitzen)

  • Login: splattael
  • Registered on: 03/15/2013
  • Last sign in: 01/15/2022

Issues

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

Activity

10/30/2021

12:59 AM Ruby Revision 09bdb435 (git): Clarify docs about magic comments placement
Magic comments like `frozen_string_literal` may appear everywhere
within the first comment section while `encoding` have to be the first
line, or second line after shebang.
splattael (Peter Leitzen)

01/07/2016

02:38 PM Ruby Bug #11954: "self has wrong type to call super in this context" under weird circumstances
I can reproduce this bug on 2.3.0 and was able to reduce the broken code even more increasing the amount of iterations:
https://gist.github.com/splattael/7b45e0f16e0084f50668
splattael (Peter Leitzen)

07/03/2015

07:38 AM Ruby Bug #11326 (Closed): Defining a writer as a Struct member allowed?
Hi,
yesterday I've stumbled on weird behavior defining writers as Struct members.
While this code works on MRI it breaks on JRuby and Rubinius:
```ruby
Struct.new(:x=).new(nil).x = 23
```
On JRuby it fails with:
```
Arg...
splattael (Peter Leitzen)

03/26/2014

08:26 AM Ruby Bug #9674: Segfault when marshaling Queue
Thank you for the fast fix! :) splattael (Peter Leitzen)

03/25/2014

03:36 PM Ruby Bug #9674 (Closed): Segfault when marshaling Queue
Marshaling `Queue` segfaults on ruby 2.1.1p76 (see attachment) splattael (Peter Leitzen)

Also available in: Atom