summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-16 16:27:56 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-16 16:27:56 +0000
commit664b94fd2b4b19edd7d75c6bbcd3154905b2624e (patch)
tree9d53b0ee7df087059a29d517a485652b7f8a1419 /ChangeLog
parent02b8978ff10b05304dbb46d73b49a2cf3a87cb92 (diff)
merge revision(s) 58471,58493,62436: [Backport #13505]
load.c: backtrace of circular require * load.c (load_lock): print backtrace of circular require via `Warning.warn` [ruby-core:80850] [Bug #13505] Send the backtrace of the circular require warning as a single String to Warning.warn * load.c: send as a single string. * error.c: expose the string formatted by rb_warning as rb_warning_string(). * test/ruby/test_exception.rb: update tests. [ruby-core:80850] [Bug #13505] fix regexp literal warning. * test/rubygems/test_gem_server.rb: eliminate duplicated character class warning. [Bug #14481] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@62441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9d9629ffa..e3ef7ec10d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Sat Feb 17 01:24:49 2018 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ load.c: backtrace of circular require
+
+ * load.c (load_lock): print backtrace of circular require via
+ `Warning.warn` [ruby-core:80850] [Bug #13505]
+
+ Send the backtrace of the circular require warning as a single String to Warning.warn
+
+ * load.c: send as a single string.
+ * error.c: expose the string formatted by rb_warning as rb_warning_string().
+ * test/ruby/test_exception.rb: update tests.
+ [ruby-core:80850] [Bug #13505]
+
+ fix regexp literal warning.
+
+ * test/rubygems/test_gem_server.rb: eliminate duplicated character class warning.
+ [Bug #14481]
+
Fri Dec 15 00:08:26 2017 NAKAMURA Usaku <usa@ruby-lang.org>
* test/net/ftp/test_ftp.rb (process_port_or_eprt): merge a part of