Missing closing "]" causes infinite recursion/iteration
Reported by Chris Corbyn | 2008-12-11 23:18:33 UTC | in 0.6.5
@import <Foundation/Foundation.j> @import <Foundation/CPString.j>
function main() {
[[CPString alloc] initWithString: [[CPString alloc] init];
}
Comments and changes to this ticket
-

Francisco Tolmasky 2008-12-12 14:00:52 UTC
- Assigned user set to Francisco Tolmasky
- Milestone cleared.
-

admin (at 280north) 2008-12-12 14:01:22 UTC
- State changed from new to resolved
(from [5f66874d3ec98c4f94fad9286f8008b44aae03a1]) Fix for infinite looping with unterminated msgsends and array literals.
[#161 state:resolved]
Reviewed by me. http://github.com/280north/cappu...
-

Francisco Tolmasky 2008-12-22 11:01:55 UTC
- Milestone set to 0.6.5
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.
People watching this ticket
Referenced by
-
161
Missing closing "]" causes infinite recursion/iteration
[#161 state:resolved]