Modify ↓
#2141 closed Bug (Fixed)
AU3Check keyword #IgnoreFunc causing error
| Reported by: | Beege | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.9.1 | Component: | Au3Check |
| Version: | 3.3.8.0 | Severity: | None |
| Keywords: | Cc: |
Description
The following script causes an error:
#include <GuiListView.au3> #include <SQLite.au3>
Output:
C:\Program Files (x86)\AutoIt3\Include\SQLite.au3(2,13) : ERROR: missing separator character after keyword. #IgnoreFunc __SQLite_Inline_Version ~~~~~~~~~~~~^
Attachments (0)
Change History (4)
comment:2 by , on Feb 25, 2012 at 6:18:01 AM
Should be a trivial fix identical to revision [6213]. I'll test and fix this weekend if it is that trivial.
comment:3 by , on Feb 25, 2012 at 6:49:31 AM
Yes, it should be that.
Directives are not language keywords, so probably some (new?) flag should be set for directives to print different message.
And it would show that #IgnoreFunc should have underscore character or it gets ignore-d.
comment:4 by , on Feb 25, 2012 at 4:40:25 PM
| Milestone: | → 3.3.9.1 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [6814] in version: 3.3.9.1
Note:
See TracTickets
for help on using tickets.

Results in: