Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.8.2
-
Fix Version/s: None
-
Component/s: Command line tools
-
Labels:None
-
Number of attachments :
Description
In -wsa mode, booi/booc isn't reporting correct error information.
test code:
class Test:
end
t = test()
The compiler is reporting an error at 1,1 - while the error is on line 3. I think that
it should report the error on line 3, like it would in non-wsa mode.