[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69785] [Ruby trunk - Bug #10711] Incorrect error message in coerce failed
From:
usa@...
Date:
2015-06-30 02:59:05 UTC
List:
ruby-core #69785
Issue #10711 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: DONE, 2.1: REQUIRED, 2.2: DONE to 2.0.0: DONE, 2.1: DONE, 2.2: DONE ruby_2_1 r51067 merged revision(s) 49224,49225,49234,49235. ---------------------------------------- Bug #10711: Incorrect error message in coerce failed https://bugs.ruby-lang.org/issues/10711#change-53163 * Author: Chris Seaton * Status: Closed * Priority: Low * Assignee: * ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14] * Backport: 2.0.0: DONE, 2.1: DONE, 2.2: DONE ---------------------------------------- ~~~ $ ruby -v -e '1 & 1.2' ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14] -e:1: warning: possibly useless use of & in void context -e:1:in `&': 1.2 can't be coerced into Float (TypeError) from -e:1:in `<main>' ~~~ It's telling me it couldn't coerce a Float into a Float, when it probably means into an Integer (or maybe Fixnum?). I looked at the C, but couldn't see where the problem is. coerce_failed seems to use the correct value to get the class for the error so must be something before there. -- https://bugs.ruby-lang.org/