[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
ko1@atdot.net wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
Issue #15130 has been updated by duerst (Martin D端rst).
5 messages
2018/09/30
[ruby-core:89177] [Ruby trunk Bug#15164] mkmf doesn't work with miniruby on Windows
From:
naruse@...
Date:
2018-09-26 15:29:47 UTC
List:
ruby-core #89177
Issue #15164 has been reported by naruse (Yui NARUSE). ---------------------------------------- Bug #15164: mkmf doesn't work with miniruby on Windows https://bugs.ruby-lang.org/issues/15164 * Author: naruse (Yui NARUSE) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- After r59449 `nmake` failes to run when making ripper and so on. It because miniruby sets UTF-8 encoding even though the content is CP932 (on Japanese Windows). It should set ASCII-8BIT and handle as it is. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>