darix (Marcus Rückert)
- Login: darix
- Email: darix@opensu.se
- Registered on: 07/12/2009
- Last connection: 01/27/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
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...
06/27/2016
-
01:22 AM Ruby master Feature #12519: Expansion of modifier_if and modifier_unless
- variable = true ? 1 : 2
isnt that short enough?
06/10/2016
-
11:26 AM Ruby master Feature #715: Ruby interpreter should understand UTF-8 symbols with special meaning
- Jan Maurits Faber wrote:
> This is not simply because it would look pretty, it would reduce the cognitive load on th...
Also available in: Atom