View Issue Details

IDProjectCategoryView StatusLast Update
0000643Ecere SDKcompilerpublic2018-07-18 05:31
Reporterjerome Assigned To 
PriorityimmediateSeveritymajorReproducibilityhave not tried
Status newResolutionopen 
Summary0000643: Conversion Property in an enum causes infinite cascading calls
Descriptionpublic enum BlokusColor : byte { none, blue, yellow, red, green };

public enum PlayerColor : byte
{
   blue, yellow, red, green;
   property BlokusColor
   {
      get { return (BlokusColor)((int)this+1); }
   }
};
TagsNo tags attached.

Relationships

related to 0000482 new ide : Color.ec add ColorRGBA property IDE crash (Stack overflow?) 
related to 0001197 new Silent, leaking and confusing use of round-trip through conversion property when missing a cast 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2011-09-25 01:51 jerome New Issue
2011-09-25 01:51 jerome Project @3@ => @2@
2012-03-08 15:43 redj Target Version old 0.44.pre2 => 0.45 Ginkakuji
2012-03-29 07:50 redj Category => eC Compiling Tools
2012-03-29 07:50 redj Project @2@ => Ecere SDK
2013-04-26 18:28 jerome Target Version 0.45 Ginkakuji => 0.44.8 Silver
2014-05-19 20:05 jerome Relationship added related to 0000482
2014-07-11 18:13 jerome Target Version 0.44.80 Silver => 0.46.1
2018-07-18 05:31 jerome Relationship added related to 0001197