View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001072 | Ecere SDK | compiler | public | 2014-04-01 17:21 | 2014-05-19 01:33 |
| Reporter | jerome | Assigned To | jerome | ||
| Priority | immediate | Severity | block | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.44.09 | ||||
| Target Version | 0.44.10 64 | Fixed in Version | 0.44.10 64 | ||
| Summary | 0001072: Non-Conversion properties 'set' for unit type are not working | ||||
| Description | e.g. SecSince1970: public class SecSince1970 : int64 { public: property SecSince1970 global { set { } } } produces: void __ecereProp_SecSince1970_Set_global(int64 this, int64 value) This is breaking Clang/OS X Mavericks build to fail. | ||||
| Tags | No tags attached. | ||||
|
|
This code should actually generate an error. |
|
|
Fixed by: https://github.com/ecere/ecere-sdk/commit/d0d99da885cb22b451821053009c5af5abe39be0 https://github.com/ecere/ecere-sdk/commit/1dbaa78112a79adeb360176f807b665d1e16ce6d |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-04-01 17:21 | jerome | New Issue | |
| 2014-04-01 17:21 | jerome | Status | new => assigned |
| 2014-04-01 17:21 | jerome | Assigned To | => jerome |
| 2014-04-01 18:40 | jerome | Summary | Conversion properties are not working for unit type => Non-Conversion properties 'set' for unit type are not working |
| 2014-04-01 20:42 | jerome | Note Added: 0001210 | |
| 2014-04-02 03:48 | jerome | Status | assigned => resolved |
| 2014-04-02 03:48 | jerome | Fixed in Version | => 0.44.10 64 |
| 2014-04-02 03:48 | jerome | Resolution | open => fixed |
| 2014-04-02 03:48 | jerome | Note Added: 0001211 | |
| 2014-05-19 01:33 | jerome | Status | resolved => closed |