[#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:107845] [Ruby master Bug#11063] Special singleton class should return true for singleton_class? test
From:
"Eregon (Benoit Daloze)" <noreply@...>
Date:
2022-03-11 12:18:59 UTC
List:
ruby-core #107845
Issue #11063 has been updated by Eregon (Benoit Daloze). Changing this would cause the reverse inconsistency: ```ruby false.class.singleton_class? #=> would be true, but .class.singleton_class? should always be false ``` The only real fix would be to have separate class and singleton_class for nil/false/true, but it's unclear if that's worth it. ---------------------------------------- Bug #11063: Special singleton class should return true for singleton_class? test https://bugs.ruby-lang.org/issues/11063#change-96782 * Author: rbjl (Jan Lelis) * Status: Open * 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:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>