| Summary: | Syntax highlight issue with table:send() sentence | ||
|---|---|---|---|
| Product: | [Tools] LDT | Reporter: | Laurent Barthelemy <lbarthelemy> |
| Component: | LuaDevelopmentTools | Assignee: | Kevin KIN-FOO <kkinfoo> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | contact, kkinfoo |
| Version: | 0.9 | Flags: | kkinfoo:
review?
|
| Target Milestone: | 0.9 M1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 385014 | ||
| Bug Blocks: | |||
v: 0.9.0.201207152221 Fixed in b86c67681a7d7ddb494629b68095e370544d6c2d VERIFIED in 0.9.0.201207161437. Cool! |
"end" chars from "table.send()" are colored as "if/then/else" reserved words. ex: --[[ -- Send measure to ReadyAgent/AMS --]] local function pushTable(table, val) table :pushRow{timestamp=val[1], powerin=val[2], boardtemp=val[3], rmtemp=val[4], resets=val[5], powerontime=val[6]} -- this is done to not let the server with no values for an hour if firstMesure == 1 then table :send() firstMesure = 0 end end