General

Profile

darix (Marcus Rückert)

  • Login: darix
  • Email: darix@opensu.se
  • Registered on: 07/12/2009
  • Last sign in: 01/27/2016

Issues

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

Activity

12/25/2021

01:24 AM Ruby master Bug #18373: Bundled gem (RBS, debug) extensions are not properly built
On Fri, 24 Dec 2021 11:44:21 +0000 (UTC)
"nobu (Nobuyoshi Nakada)" <noreply@ruby-lang.org> wrote:

> Issue #18373...
darix (Marcus Rückert)

12/13/2021

02:14 PM Ruby master Bug #18373: Bundled gem (RBS, debug) extensions are not properly built
this only breaks when you run "make install DESTDIR=/some/path"

but it works nicely without. so this is a bug in ...
darix (Marcus Rückert)

04/04/2017

11:41 PM Ruby master Feature #13395: Add a method to check for not nil
> ```ruby
> if !object.nil?
> # Do something
> end
```ruby
unless object.nil?
# Do something
end
```
darix (Marcus Rückert)

03/29/2017

02:09 PM Ruby master Bug #13376: Symbol#hash is deterministic on 2.3
should this receive a new CVE?
should this released be soon as 2.3.4?
darix (Marcus Rückert)

08/22/2016

12:58 PM Ruby master Bug #12421: Please backport r53816, r53817
backporting those fixes would make ruby compatible with a syntax handled by other tools. otherwise it means people ne... darix (Marcus Rückert)
11:06 AM Ruby master Bug #12689: Thread isolation of $~ and $_
That's why i would deprecate the $ variables and make people use match objects all the time.
I mean the stdlib eve...
darix (Marcus Rückert)

08/19/2016

10:17 AM Ruby master Bug #12689: Thread isolation of $~ and $_
I wonder, if moving away from those special $ variables to explicit match objects wouldn't be a possible solution to ... darix (Marcus Rückert)

08/01/2016

12:22 PM Ruby master Bug #12421: Please backport r53816, r53817
can we get a decision about this backport? darix (Marcus Rückert)

07/22/2016

02:12 AM Ruby master Bug #12610: webrick: protect from httpoxy
On 2016-07-22 02:03:14 +0000, nagachika00@gmail.com wrote:
> 0001-webrick-filter-out-HTTP_PROXY-for-CGIHandler.patc...
darix (Marcus Rückert)

06/29/2016

10:23 AM Ruby master Misc #12532: OpenSSL is so Difficult to find for Ruby Build Scripts that it Introduces a Security flaw
you don't want to ship an intree copy of openssl.
the proper solution is that people should use their package mana...
darix (Marcus Rückert)

Also available in: Atom