Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #34 (closed defect: fixed)

Opened 10 months ago

Last modified 8 months ago

pretty-printing (pp) not working correctly

Reported by: kreatix@… Owned by: lsansonetti@…
Priority: major Milestone: MacRuby 0.2
Component: MacRuby Keywords:
Cc:

Description

To reproduce:

macruby -r pp -e 'pp NSDictionary.alloc.initWithContentsOfFile(File.expand_path("~/Library/Preferences/com.apple.finder.plist"))'

Change History

Changed 10 months ago by lsansonetti@…

  • milestone set to MacRuby 1.0

Changed 10 months ago by lsansonetti@…

Apparently crashing when trying to set an ivar in the dictionary.

Changed 10 months ago by lsansonetti@…

With trunk it doesn't seem to crash anymore.

$ macruby -r pp -e 'pp NSDictionary.alloc.initWithContentsOfFile(File.expand_path("~/Library/Preferences/com.apple.finder.plist"))'
{...}

But the {...} result is I guess not expected.

Changed 8 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from MacRuby 1.0 to MacRuby 0.2

Fixed in r184/trunk.

Note: See TracTickets for help on using tickets.