Re: Possible Pharo1.0 problem. No error indication while parsing and no debugging triigered on error.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Possible Pharo1.0 problem. No error indication while parsing and no debugging triigered on error.

Intrader Intrader
Finally I am getting it.

In "html anchor
  callback: [ self increase];
  with: '++'
  html space."

"html anchor" is a WAAnchorTag brush that accepts a keyword message "callback:"
and is also the receiver for the 'with:' message.
This 'with:' message has one parameter and that starts with '++' and continues
with 'html space'. The parser deduces that in 'html space' the word html is just
a unary message and stops with an error as '++' does not understand that unary
message.

Tobias, and others, thank you - this is almost a year that I am revisiting the
threads.

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside