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 | 0 | 0 |
Activity
12/25/2021
-
01:24 AM Ruby 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 has been updated by nobu (Nobuyoshi Nakada).
>
> Status changed from Closed to Open
>
> As the patch seems to fix...
12/13/2021
-
02:14 PM Ruby 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 how DESTDIR is passed
to the rubygems extensions build.
darix
--
Always remember:
Never accept the world as it...
04/04/2017
-
11:41 PM Ruby Feature #13395: Add a method to check for not nil
- > ```ruby
> ...
```ruby
unless object.nil?
# Do something
end
```
03/29/2017
-
02:09 PM Ruby 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 Bug #12421: Please backport r53816, r53817
- backporting those fixes would make ruby compatible with a syntax handled by other tools. otherwise it means people need to take special care for ruby and things like that are often used against ruby later on.
also do you see any poten... -
11:06 AM Ruby 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 even has code that reads
```
matchdata = $~
```
That feels just wrong.
Maybe 2.4 could start issue warnings abou...
08/19/2016
-
10:17 AM Ruby 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 this.
08/01/2016
-
12:22 PM Ruby Bug #12421: Please backport r53816, r53817
- can we get a decision about this backport?
07/22/2016
-
02:12 AM Ruby 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.patch (2.46 KB)
the /dumpenv chunk from the patch looks like left over debug code
--
openSUSE - SUSE Linux is my lin...
06/29/2016
-
10:23 AM Ruby 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 manager and *understand* how to use them.
maybe we should make ruby's build hard fail when linking openssl fails.