[#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:89188] [Ruby trunk Feature#14802] Update Unicode data to Unicode Version 11.0.0
From:
naruse@...
Date:
2018-09-27 10:03:36 UTC
List:
ruby-core #89188
Issue #14802 has been updated by naruse (Yui NARUSE). Just a note, the definition of extended grapheme cluster is changed in Unicode 11 (Unicode速 Standard Annex #29 UNICODE TEXT SEGMENTATION revision 33: https://www.unicode.org/reports/tr29/tr29-33.html) This affects Regexp /\X/ which is hardcoded in node_extended_grapheme_cluster() in regparse.c. ``` ( CRLF | Prepend* ( RI-sequence | Hangul-Syllable | !Control ) ( Grapheme_Extend | SpacingMark )* | . ) ``` ``` crlf | Control | precore* core postcore* ``` ---------------------------------------- Feature #14802: Update Unicode data to Unicode Version 11.0.0 https://bugs.ruby-lang.org/issues/14802#change-74213 * Author: duerst (Martin D端rst) * Status: Open * Priority: Normal * Assignee: duerst (Martin D端rst) * Target version: 2.6 ---------------------------------------- Unicode Version 11.0.0 will be published sometimes later this year, probably in late June. This is an issue to manage updating Ruby to Unicode 11.0.0. Details to follow. -- 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>