[macruby-changes] [MacRuby/MacRuby] c3cbbe: Make cocoa classes use #description when #inspect ...

GitHub noreply at github.com
Sun Mar 11 09:50:33 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: c3cbbe8506962ed1f82a584994d016b28cc68820
      https://github.com/MacRuby/MacRuby/commit/c3cbbe8506962ed1f82a584994d016b28cc68820
  Author: Mark Rada <mrada at marketcircle.com>
  Date:   2012-03-06 (Tue, 06 Mar 2012)

  Changed paths:
    M object.c

  Log Message:
  -----------
  Make cocoa classes use #description when #inspect is called on them


  Commit: 0d5cf1dc2a5753e3fc34fbe716a9b8a7dcffadc3
      https://github.com/MacRuby/MacRuby/commit/0d5cf1dc2a5753e3fc34fbe716a9b8a7dcffadc3
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M object.c

  Log Message:
  -----------
  Make NSObject#inspect return a RubyString


  Commit: 32067bc3227804af9769079fba6b3fd8f7bf74cc
      https://github.com/MacRuby/MacRuby/commit/32067bc3227804af9769079fba6b3fd8f7bf74cc
  Author: Mark Rada <mrada at marketcircle.com>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M object.c

  Log Message:
  -----------
  Object#inspect does not need to check if Cocoa class responds to #description

`#description` is required to conform to the NSObject protocol.


  Commit: 4f529183553bf116129fb46d7f240f3646ffab03
      https://github.com/MacRuby/MacRuby/commit/4f529183553bf116129fb46d7f240f3646ffab03
  Author: Mark Rada <mrada at marketcircle.com>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M spec/macruby/core/object_spec.rb

  Log Message:
  -----------
  Add a test for NSObject#inspect


  Commit: 501cab4cf6ca2aaad046fcc076b57cbf57604205
      https://github.com/MacRuby/MacRuby/commit/501cab4cf6ca2aaad046fcc076b57cbf57604205
  Author: Mark Rada <mrada at marketcircle.com>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M ChangeLog.markdown

  Log Message:
  -----------
  Update Changelog


  Commit: cbf816ba2fc534c8fcb6f0e4c33dda8726929e55
      https://github.com/MacRuby/MacRuby/commit/cbf816ba2fc534c8fcb6f0e4c33dda8726929e55
  Author: Mark Rada <marada at uwaterloo.ca>
  Date:   2012-03-11 (Sun, 11 Mar 2012)

  Changed paths:
    M ChangeLog.markdown
  M object.c
  M spec/macruby/core/object_spec.rb

  Log Message:
  -----------
  Merge pull request #60 from ferrous26/cftype

Allow Cocoa classes to provide proper #inspect output


Compare: https://github.com/MacRuby/MacRuby/compare/6868a67...cbf816b


More information about the macruby-changes mailing list