[#83096] File.setuid? on IO (Re: [ruby-cvs:67289] normal:r60108 (trunk): file.c: release GVL in File.{setuid?, setgid?, sticky?}) — Nobuyoshi Nakada <nobu@...>
On 2017/10/04 8:47, normal@ruby-lang.org wrote:
5 messages
2017/10/04
[#83100] Re: File.setuid? on IO (Re: [ruby-cvs:67289] normal:r60108 (trunk): file.c: release GVL in File.{setuid?, setgid?, sticky?})
— Eric Wong <normalperson@...>
2017/10/04
Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
[#83105] Re: File.setuid? on IO (Re: [ruby-cvs:67289] normal:r60108 (trunk): file.c: release GVL in File.{setuid?, setgid?, sticky?})
— Nobuyoshi Nakada <nobu@...>
2017/10/04
On 2017/10/04 15:55, Eric Wong wrote:
[#83107] Alias Enumerable#include? to Enumerable#includes? — Alberto Almagro <albertoalmagro@...>
Hello,
9 messages
2017/10/04
[#83113] Re: Alias Enumerable#include? to Enumerable#includes?
— "Urabe, Shyouhei" <shyouhei@...>
2017/10/05
This has been requested countless times, then rejected each and every time.
[#83129] Re: Alias Enumerable#include? to Enumerable#includes?
— Alberto Almagro <albertoalmagro@...>
2017/10/05
Sorry I didn't found it on the core mail list's archive.
[#83138] Re: Alias Enumerable#include? to Enumerable#includes?
— "Urabe, Shyouhei" <shyouhei@...>
2017/10/06
Ruby has not been made of popular votes so far. You have to show us
[#83149] Re: Alias Enumerable#include? to Enumerable#includes?
— Eric Wong <normalperson@...>
2017/10/06
Alberto Almagro <albertoalmagro@gmail.com> wrote:
[#83200] [Ruby trunk Feature#13996] [PATCH] file.c: apply2files releases GVL — normalperson@...
Issue #13996 has been reported by normalperson (Eric Wong).
4 messages
2017/10/10
[ruby-core:83470] [Ruby trunk Bug#8160][Closed] M17N test failure around String#rpartition
From:
knu@...
Date:
2017-10-21 16:10:50 UTC
List:
ruby-core #83470
Issue #8160 has been updated by knu (Akinori MUSHA).
Status changed from Assigned to Closed
Sorry for being this late. There was r39928 and I think that fixed the problem, if any.
----------------------------------------
Bug #8160: M17N test failure around String#rpartition
https://bugs.ruby-lang.org/issues/8160#change-67471
* Author: luislavena (Luis Lavena)
* Status: Closed
* Priority: Normal
* Assignee: knu (Akinori MUSHA)
* Target version: 2.2.0
* ruby -v: ruby 2.1.0dev (2013-03-24 trunk 39905) [x64-mingw32]
* Backport:
----------------------------------------
=begin
Hello,
Seems r39903 introduced a test failure under Windows:
http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/936/console
1) Failure:
test_str_rpartition(TestM17NComb) [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x64-build/test/ruby/test_m17n_comb.rb:1587]:
"\xA1\xA1".force_encoding("EUC-JP").rpartition("".force_encoding("ASCII-8BIT")).
<["\x{A1A1}", "", ""]> expected but was
<["\xA1", "", "\xA1"]>.
Thank you
=end
--
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>