View Issue Details

IDProjectCategoryView StatusLast Update
0000109Ecere SDKcompilerpublic2018-07-18 05:30
Reporterjerome Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000109: Infinite recursion (in enum matching?) when 2 classes have reciprocal conversion properties
Description      [ ] Infinite Recursion:
         class ClassOne
         {
            public int a, b;

            property ClassTwo
            {
            }
         }

         class ClassTwo
         {
            public int a, b;

            property ClassOne
            {
               set { a = value.a; b = value.b; }
               get { return { a, b }; }
            }
         }
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
2008-08-15 03:24 jerome New Issue
2012-03-08 16:51 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:50 redj Category => eC Compiling Tools
2012-03-29 07:50 redj Project @2@ => Ecere SDK
2014-05-19 20:04 jerome Relationship added related to 0000482
2014-07-11 18:32 jerome Target Version 0.45 Ginkakuji => 0.46.1
2016-04-19 05:19 jerome Target Version 0.46.1 => 0.46 eC II
2018-07-18 05:30 jerome Relationship added related to 0001197