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)
   I think I found a compiler bug
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: I think I found a compiler bug  (Read 505 times)
hawk

Email
I think I found a compiler bug
« on: Sep 19th, 2003, 7:07pm »

This code compiles (0059):
 
void setup() {
 //...
}
 
This doesn't:
 
void setup () {
 //...
}
 
The difference? A space between the "setup" and the parantheses.
 
fry


WWW
Re: I think I found a compiler bug
« Reply #1 on: Sep 19th, 2003, 8:23pm »

already fixed for rev 0060.
 
hawk

Email
Re: I think I found a compiler bug
« Reply #2 on: Sep 19th, 2003, 11:29pm »

on Sep 19th, 2003, 8:23pm, fry wrote:
already fixed for rev 0060.

 
Oh, great! I bet this is a FAQ, but when is 060 due
 
Thanks.
 
fry


WWW
Re: I think I found a compiler bug
« Reply #3 on: Sep 20th, 2003, 12:30am »

not real sure actually.. i'm hoping it'll be within the week. i'm working on it many hours a day right now so hopefully that'll speed things up.
 
Pages: 1 

« Previous topic | Next topic »