View Issue Details

IDProjectCategoryView StatusLast Update
0000827Ecere SDKcompilerpublic2016-04-19 05:29
Reporterredj Assigned To 
PriorityimmediateSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version0.44.07 
Target Version0.46 eC II 
Summary0000827: TestStruct { int x; }
DescriptionTestStruct { int x; };
class Bla
{
TestStruct bla;
property TestStruct bla { get { return bla; } set { bla = value; } }
}
TagsNo tags attached.

Relationships

duplicate of 0000484 new compiler: need error message or something -- 'return' vs 'this = ' with struct conversion properties 

Activities

jerome

2014-07-10 22:50

administrator   ~0001365

Not sure what this was originally about, as it's missing a 'struct' keyword and is a syntax error. The compiler does not crash as of:
https://github.com/ecere/ecere-sdk/commit/a387a8fe8d966a3a1d1375e2e6901af933e50910

If it ever did.

Marked as a duplicate of 0000484 as the get { } currently would need to say 'value = bla'

Issue History

Date Modified Username Field Change
2013-04-24 13:32 redj New Issue
2013-04-24 19:57 jerome Priority normal => immediate
2014-07-10 22:49 jerome Relationship added duplicate of 0000484
2014-07-10 22:50 jerome Note Added: 0001365
2016-04-19 05:29 jerome Target Version 0.44.12 Fixes => 0.46 eC II