Ticket #544 (closed defect: fixed)
NSBigMutableString#tr crashes
| Reported by: | vincent.isambart@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.6 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
Calling NSBigMutableString#tr makes MacRuby crash if the string is not empty.
NSBigMutableString is for instance the class of the value returned by NSTextField#string.
To reproduce the bug: macruby -e "NSBigMutableString.stringWithString('1').tr('a','b')"
Change History
Note: See
TracTickets for help on using
tickets.

