error text in objj_preprocessor.prototype.selector incorrect
Reported by mike | February 11th, 2009 @ 08:55 AM | in 0.7
In Objective-J.js, the obbjj_preprocessor.prototype.selector definition includes the following:
if (tokens.skip_whitespace() != TOKEN_OPEN_PARENTHESIS)
objj_exception_throw(new objj_exception(OBJJParseException, "*** Expected ')'"));
It should be
if (tokens.skip_whitespace() != TOKEN_OPEN_PARENTHESIS)
objj_exception_throw(new objj_exception(OBJJParseException, "*** Expected '('"));
Ie, the parser is looking for an open paren and the error message indicates that the parser was expecting a close paren.
Comments and changes to this ticket
-
admin (at 280north) March 24th, 2009 @ 11:57 PM
- State changed from new to resolved
- Tag set to @to-review
- Milestone set to 0.7
(from [e0af565824bd662fb89d8b44f954bef0c531f626]) [#218 state:resolved milestone:0.7] http://github.com/280north/cappu...
-
admin (at 280north) July 8th, 2009 @ 08:17 AM
(from [8660c72015757f6824db47f1ce86fc84ee4c2e36]) Fix for scrollers and nib2cib, as well as resizing.
Reviewed by me.
http://github.com/280north/cappuccino/commit/8660c72015757f6824db47...
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
Tags
Referenced by
- 218 error text in objj_preprocessor.prototype.selector incorrect (from [e0af565824bd662fb89d8b44f954bef0c531f626]) [#218 s...
- 217 CPControl : implement setTootTip: Closes #217. Closes #218.
- 218 error text in objj_preprocessor.prototype.selector incorrect Closes #217. Closes #218.