[ruby-core:77450] [Ruby trunk Bug#12793] Warning.warn with non-string object
From:
nobu@...
Date:
2016-09-28 14:29:27 UTC
List:
ruby-core #77450
Issue #12793 has been updated by Nobuyoshi Nakada. While `Kernel#warn` should be generous since it is a public API, `Warning.warn` is a method called by the internal and should be strict. ---------------------------------------- Bug #12793: Warning.warn with non-string object https://bugs.ruby-lang.org/issues/12793#change-60713 * Author: Kazuhiro NISHIYAMA * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.4.0dev (2016-09-27 trunk 56273) [x86_64-linux] * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- `Warning.warn` with non-string argument causes SEGV. For example, `Warning.warn nil`. -- 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>