[#81999] [Ruby trunk Bug#13737] "can't modify frozen String" when installing bundled gems — ko1@...
Issue #13737 has been updated by ko1 (Koichi Sasada).
4 messages
2017/07/11
[#82005] [Ruby trunk Bug#13737] "can't modify frozen String" when installing bundled gems — nobu@...
Issue #13737 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/07/12
[#82102] Re: register_fstring_tainted:FL_TEST_RAW(str, RSTRING_FSTR) — Eric Wong <normalperson@...>
Koichi Sasada <[email protected]> wrote:
4 messages
2017/07/18
[#82151] [Ruby trunk Feature#13637] [PATCH] tool/runruby.rb: test with smallest possible machine stack — Rei.Odaira@...
Issue #13637 has been updated by ReiOdaira (Rei Odaira).
3 messages
2017/07/24
[ruby-core:82058] [Ruby trunk Bug#13521][Third Party's Issue] [PATCH] Add fallback for DNS resolver registry key on Wine
From:
naruse@...
Date:
2017-07-14 08:48:35 UTC
List:
ruby-core #82058
Issue #13521 has been updated by naruse (Yui NARUSE). Status changed from Open to Third Party's Issue As far as I understand this is Wine's issue. Wine should have the registry key. ---------------------------------------- Bug #13521: [PATCH] Add fallback for DNS resolver registry key on Wine https://bugs.ruby-lang.org/issues/13521#change-65789 * Author: larskanis (Lars Kanis) * Status: Third Party's Issue * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.4.1p111 (2017-03-22 revision 58053) [x64-mingw32] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Wine doesn't initialize the registry key per default: HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath Therefore `gem install` fails with `Win32::Registry::Error`. This patch uses the default path for the host file if the requested registry key isn't available. The hosts file itself is available on Wine, but it is empty and (due to the use of the underlying Linux resolver) not particular useful for Ruby. ---Files-------------------------------- 0001-Add-fallback-for-DNS-resolver-registry-key-on-Wine.patch (1.17 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>