View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001022 | Ecere SDK | compiler | public | 2013-10-04 23:58 | 2014-05-19 01:33 |
| Reporter | jerome | Assigned To | jerome | ||
| Priority | immediate | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.44.09 | ||||
| Target Version | 0.44.10 64 | Fixed in Version | 0.44.10 64 | ||
| Summary | 0001022: Iterators inside for loop without brackets with extra statement | ||||
| Description | import "ecere" void Test() { Array<Window> windows { }; for(w : windows) if(w.created) { w.Update(null); } } form1.ec form1.ec:9:10: error: unresolved identifier w form1.ec:9:10: error: member operator on non-structure type expression w.Update | ||||
| Additional Information | Without the compound brackets for the if, there is no error. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-10-04 23:58 | jerome | New Issue | |
| 2013-10-04 23:58 | jerome | Status | new => assigned |
| 2013-10-04 23:58 | jerome | Assigned To | => jerome |
| 2014-02-04 19:08 | jerome | Description Updated | |
| 2014-02-04 19:08 | jerome | Steps to Reproduce Updated | |
| 2014-02-04 19:08 | jerome | Additional Information Updated | |
| 2014-02-04 22:44 | jerome | Status | assigned => resolved |
| 2014-02-04 22:44 | jerome | Fixed in Version | => 0.44.10 64 |
| 2014-02-04 22:44 | jerome | Resolution | open => fixed |
| 2014-02-04 22:44 | jerome | Note Added: 0001164 | |
| 2014-05-19 01:33 | jerome | Status | resolved => closed |