From: nobu@... Date: 2017-01-20T05:24:44+00:00 Subject: [ruby-core:79185] [Ruby trunk Bug#13104] mathn.rb affects Rational literals Issue #13104 has been updated by Nobuyoshi Nakada. Subject changed from math.rb affects Rational literals to mathn.rb affects Rational literals Just "don't use math"? ---------------------------------------- Bug #13104: mathn.rb affects Rational literals https://bugs.ruby-lang.org/issues/13104#change-62608 * Author: Nobuyoshi Nakada * Status: Assigned * Priority: Normal * Assignee: Yukihiro Matsumoto * Target version: 2.5 * ruby -v: r57270 * Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED ---------------------------------------- Without mathn: ``` $ ruby -e 'p 1.0r' (1/1) ``` With mathn: ``` $ ruby -rmathn -e 'p 1.0r' 1 ``` Is this intentional? https://github.com/ruby/ruby/compare/trunk...nobu:bug/rational-literal-mathn -- https://bugs.ruby-lang.org/ Unsubscribe: