Anonymous | Login | Signup for a new account | 2019-02-22 06:54 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000643 | Ecere SDK | compiler | public | 2011-09-25 01:51 | 2018-07-18 05:31 | ||||||||
Reporter | jerome | ||||||||||||
Assigned To | |||||||||||||
Priority | immediate | Severity | major | Reproducibility | have not tried | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000643: Conversion Property in an enum causes infinite cascading calls | ||||||||||||
Description | public enum BlokusColor : byte { none, blue, yellow, red, green }; public enum PlayerColor : byte { blue, yellow, red, green; property BlokusColor { get { return (BlokusColor)((int)this+1); } } }; | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
![]() |
|||||||||||
|
![]() |
|||
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 |
Copyright © 2000 - 2019 MantisBT Team |