View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000140 | Ecere SDK | compiler | public | 2008-09-18 16:55 | 2013-08-07 05:57 |
Reporter | jerome | Assigned To | jerome | ||
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.44.08 | Fixed in Version | 0.44.08 | ||
Summary | 0000140: Declaring an eC struct as a C struct in the parameters, a pointer declarator is being added | ||||
Description | The following won't compile: struct InventoryItem { int code; float price; }; void print(InventoryItem item) { PrintLn("item.code= %d\nitem.price=%.2f\n",item.code,item.price); } void DontModifyItem(struct InventoryItem item) { item.code=1234; item.price=45.0f; } void Test() { InventoryItem item1{}; DontModifyItem(item1); Print(item1); } | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-09-18 16:55 | jerome | New Issue | |
2008-09-18 16:55 | jerome | Status | new => assigned |
2008-09-18 16:55 | jerome | Assigned To | => jerome |
2010-07-29 15:33 | jerome | Relationship added | child of 0000429 |
2010-07-29 15:33 | jerome | Note Added: 0000291 | |
2010-07-29 15:33 | jerome | Priority | high => immediate |
2012-03-08 15:43 | redj | Target Version | old 0.44.pre2 => 0.45 Ginkakuji |
2012-03-08 17:42 | redj | Relationship deleted | child of 0000429 |
2012-03-29 07:50 | redj | Category | => eC Compiling Tools |
2012-03-29 07:50 | redj | Project | @2@ => Ecere SDK |
2013-04-24 03:56 | jerome | Target Version | 0.45 Ginkakuji => 0.44.1 64 |
2013-04-24 20:22 | jerome | Assigned To | jerome => |
2013-04-27 06:08 | redj | Status | assigned => new |
2013-08-07 02:57 | jerome | Assigned To | => jerome |
2013-08-07 02:57 | jerome | Status | new => assigned |
2013-08-07 02:57 | jerome | Target Version | 0.44.10 64 => 0.44.08 |
2013-08-07 04:39 | jerome | Note Added: 0000938 | |
2013-08-07 05:57 | jerome | Status | assigned => closed |
2013-08-07 05:57 | jerome | Note Added: 0000939 | |
2013-08-07 05:57 | jerome | Resolution | open => fixed |
2013-08-07 05:57 | jerome | Fixed in Version | => 0.44.08 |