mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-01 00:13:37 +00:00
1. Fix infinite recursion when no superclass and method isn't implemented. Closes #469. 2. Fix infinite recursion when coercing an object without description implemented into a string. Closes #1289. 3. Add -forwardingTargetForSelector: support. Reviewed by @tolmasky.