-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
When Lua code contains unexpected input for preprocessor editor's log contains messages with error. That messages don't contain filename (see example below).
Steps to reproduce
- Open attached project
- Hit Build project
- Take a look into editor's log
Actual behavior
In editor's log contains following messages:
line 14:3 extraneous input 'if' expecting {<EOF>, 'IF', 'ELSE', 'ENDIF', TEXT}
line 16:3 extraneous input 'endif' expecting {<EOF>, 'IF', 'ELSE', 'ENDIF', TEXT}
Expected behavior
Log contains messages like
main/test.lua: line 14:3 extraneous input 'if' expecting {<EOF>, 'IF', 'ELSE', 'ENDIF', TEXT}
main/test.lua: line 16:3 extraneous input 'endif' expecting {<EOF>, 'IF', 'ELSE', 'ENDIF', TEXT}
Probably it should be useful if such messages (with possibility to go to file by clicking on warning message) will be added to Build Errors tab in the Editor.
Attached project
britzl and AGulevJCash and AGulev
Metadata
Metadata
Assignees
Labels
No labels