[#107867] Fwd: [ruby-cvs:91197] 8f59482f5d (master): add some tests for Unicode Version 14.0.0 — Martin J. Dürst <duerst@...>
To everybody taking care of continuous integration:
3 messages
2022/03/13
[#108090] [Ruby master Bug#18666] No rule to make target 'yaml/yaml.h', needed by 'api.o' — duerst <noreply@...>
Issue #18666 has been reported by duerst (Martin D端rst).
7 messages
2022/03/28
[#108117] [Ruby master Feature#18668] Merge `io-nonblock` gems into core — "Eregon (Benoit Daloze)" <noreply@...>
Issue #18668 has been reported by Eregon (Benoit Daloze).
22 messages
2022/03/30
[ruby-core:107951] [Ruby master Bug#11063] Special singleton class should return true for singleton_class? test
From:
"matz (Yukihiro Matsumoto)" <noreply@...>
Date:
2022-03-17 13:58:16 UTC
List:
ruby-core #107951
Issue #11063 has been updated by matz (Yukihiro Matsumoto). Status changed from Open to Rejected This inconsistency does not have any actual drawback, so we keep the current behavior. Matz. ---------------------------------------- Bug #11063: Special singleton class should return true for singleton_class? test https://bugs.ruby-lang.org/issues/11063#change-96901 * Author: rbjl (Jan Lelis) * Status: Rejected * Priority: Normal * ruby -v: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- This seems wrong (or at least inconsistent): ~~~ nil.singleton_class.singleton_class? #=> false true.singleton_class.singleton_class? #=> false false.singleton_class.singleton_class? #=> false ~~~ ---Files-------------------------------- special_singletons.patch (1.16 KB) -- 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>