summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-15 01:09:10 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-15 01:09:10 +0000
commit780e7d0951aefa64264e21d15d8deefeded6465f (patch)
tree871f68a1eb5e21cb290165a3372d31eac3745bab /ChangeLog
parente1aa72d44104297b51d0fd05dfb5858f3ccd8522 (diff)
Revert r36699 and r36700. [Feature #6130]
Revert "Kernel#inspect: improve consistency and do not call #to_s." Revert "update PP with recent Kernel#inspect change. Patch by Yusuke Endoh." r36699 cause test-all failure on test/drb/test_drb.rb and test/drb/test_drbssl.rb. Run test-all before commit. Moreover its ChangeLog formst is wrong: see CommitterHowto https://bugs.ruby-lang.org/projects/ruby/wiki/CommitterHowto#ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 0 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index a940522549..fc8ae2c2a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,26 +1,3 @@
-Tue Aug 14 19:19:10 2012 Benoit Daloze <eregontp@gmail.com>
-
- update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.
-
- * lib/pp.rb (class PP): do not call #to_s anymore, as #inspect no more does.
- * test/test_pp.rb (class PPInspectTest): remove related assertion.
- [ruby-core:43238][Feature #6130]
-
-Tue Aug 14 19:09:38 2012 Benoit Daloze <eregontp@gmail.com>
-
- Kernel#inspect: improve consistency and do not call #to_s.
-
- A class can now benefit from the nice default #inspect even if it
- defines #to_s. Also, there is no more unexpected change in #inspect
- result. Internal structures have been adapted so they don't rely
- on the removed behavior (#inspect calling overridden #to_s).
-
- * object.c (rb_obj_inspect): Kernel#inspect: do not call #to_s.
- * test/ruby/test_object.rb (test_inspect): add tests for Kernel#inspect.
- * bignum.c, io.c, numeric.c, object.c, proc.c, vm.c (Init_*):
- alias #inspect to #to_s where it was expected.
- [ruby-core:43238][Feature #6130]
-
Tue Aug 14 16:25:46 2012 Shugo Maeda <shugo@ruby-lang.org>
* test/erb/test_erb.rb (test_html_escape): add assertions for the