From a3cc3cc5c958e6e0bb9d650f396123d719c75ca3 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 9 Sep 2016 01:07:41 +0000 Subject: variable.c: fix private constant message * variable.c (rb_const_search): raise with the actual class/module name which defines the private constant. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fe44c32d6..a974f00695 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 9 10:07:40 2016 Nobuyoshi Nakada + + * variable.c (rb_const_search): raise with the actual class/module + name which defines the private constant. + Thu Sep 8 17:47:18 2016 Kazuki Tsujimoto * array.c (flatten): use rb_obj_class instead of rb_class_of -- cgit v1.2.3 From 6054e6d65e1da1362971ee2f7eaa11ea018a0663 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 9 Sep 2016 01:10:01 +0000 Subject: variable.c: fix deprecated constant message * variable.c (rb_const_search): warn with the actual class/module name which defines the deprecated constant. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a974f00695..284eb61051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Fri Sep 9 10:07:40 2016 Nobuyoshi Nakada +Fri Sep 9 10:10:00 2016 Nobuyoshi Nakada + + * variable.c (rb_const_search): warn with the actual class/module + name which defines the deprecated constant. * variable.c (rb_const_search): raise with the actual class/module name which defines the private constant. -- cgit v1.2.3