FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   bug in // ...
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: bug in // ...  (Read 291 times)
sportebois

174862490174862490 Email
bug in // ...
« on: Dec 21st, 2002, 11:34am »

Hi proce55ors,
I've got a bug (W2k, a46).
 
sometimes (never when creating a new sketch, only when an old one has been loaded), if I try to add a comment to identify the end of a method class, ie like
 
void Sample ()
{
  <basic code here>
} // end of Sample handler
 
P5 return me an unexpected 'handler' token error!
And when I change this comment to  
} /* end of Sample handler */
everything comes back to normal?!
 
This don't happen everytimes.. but once it started, the error stay there!  
Just try it in your next sketchbook, add some comments at the end of your methods, and see what happen
 
(0046, w2k)
 
séb
« Last Edit: Dec 21st, 2002, 11:35am by sportebois »  
fry


WWW
Re: bug in // ...
« Reply #1 on: Dec 21st, 2002, 8:00pm »

yuk, thanks for the report. i'll look into it soon.
 
fry


WWW
Re: bug in // ...
« Reply #2 on: Sep 2nd, 2003, 2:21am »

should be fixed with the new parser in rev 60.
 
Pages: 1 

« Previous topic | Next topic »