From: nagachika00@... Date: 2016-03-28T16:20:02+00:00 Subject: [ruby-core:74632] [Ruby trunk Bug#12158] Fixnum#% doesn't show its name on ZeroDivisionError Issue #12158 has been updated by Tomoyuki Chikanaga. Backport changed from 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: DONE, 2.2: DONE, 2.3: REQUIRED Backported into `ruby_2_2` branch at r54331. ---------------------------------------- Bug #12158: Fixnum#% doesn't show its name on ZeroDivisionError https://bugs.ruby-lang.org/issues/12158#change-57759 * Author: Yui NARUSE * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-freebsd10.2] * Backport: 2.1: DONE, 2.2: DONE, 2.3: REQUIRED ---------------------------------------- ``` % ruby -ve'p 12345 % 0' ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-freebsd10.2] -e:1:in `
': divided by 0 (ZeroDivisionError) ``` It should behave like ``` % ruby -ve'p 12345 / 0' ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-freebsd10.2] -e:1:in `/': divided by 0 (ZeroDivisionError) from -e:1:in `
' ``` -- https://bugs.ruby-lang.org/ Unsubscribe: