FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 6 : a random, single slash in the code doesn't throw an error
Last modified: 2010-03-15 14:42
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-05-12 18:43
preprocessor just removes it, rather than reporting an error
http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1099371066;start=0
Additional Comment
#1 From MrFeinberg 2010-03-15 11:49
//=====================================================================
//Class definitions
class Test {
// some test doing nothing .. //
}
/
========================================================================
//Setup + Variables + Functions + Arrays
void setup() {
size(500,500);
}
void loop()
{
}
Additional Comment
#2 From MrFeinberg 2010-03-15 12:45
Here's a more minimal example:
println("hello");/println("world");
Additional Comment
#3 From MrFeinberg 2010-03-15 13:01
Fixed; please verify.
Additional Comment
#4 From fry 2010-03-15 14:37
fixed by jdf for 0180.
Additional Comment
#5 From fry 2010-03-15 14:42
***
Bug 507
has been marked as a duplicate of this bug. ***