Ticket #189 (new defect)
Bugs with: Class#dup & Object#dup
| Reported by: | eloy.de.enige@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby Later |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
Added test cases for these issues to known_bugs.rb: http://www.macruby.org/trac/changeset/770/MacRuby
Object#dup apparently tries to use NSObject#copyWithZone internally which fails because Object doesn't implement it.
Class#dup simply returns a pointer to the original class instance. Using #clone does work though.
Change History
Note: See
TracTickets for help on using
tickets.

