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...
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 ...
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
```
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?
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...
- 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...
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 ...
08/01/2016
- 12:22 PM Ruby master Bug #12421: Please backport r53816, r53817
- can we get a decision about this backport?
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...
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...
Also available in: Atom