View Issue Details

IDProjectCategoryView StatusLast Update
0000952Ecere SDKcompilerpublic2014-07-11 18:42
Reporterjerome Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version0.44.07 
Target Version0.46 eC II 
Summary0000952: Issues with thisclass
Descriptiontest.ec
   test.ec:9:8: warning: incompatible expression BaseClass::parse() (thisclass); expected BaseClass
test.c
   test.ec:9:19: error: expected expression before ')' token
Steps To Reproduceclass BaseClass
{
   virtual thisclass ::parse();
}

void Test()
{
   BaseClass o;
   o = BaseClass::parse();
}
TagsNo tags attached.

Relationships

related to 0000257 new Functions with thisclass broken across .sym importing 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-07-06 20:03 jerome New Issue
2013-07-06 20:03 jerome Status new => assigned
2013-07-06 20:03 jerome Assigned To => jerome
2013-07-06 20:04 jerome Relationship added related to 0000257
2013-07-06 20:13 jerome Priority immediate => urgent
2013-07-06 20:13 jerome Severity block => minor
2013-07-06 20:13 jerome Target Version 0.44.10 64 => 0.45 Ginkakuji
2013-07-08 05:26 jerome Assigned To jerome =>
2013-07-08 05:26 jerome Status assigned => new
2014-07-11 18:42 jerome Target Version 0.45 Ginkakuji => 0.46 eC II