Closed waneck closed 11 years ago
[comment from si...@haxe.org, published at 2013-05-24T06:48:09.000Z] I fixed Reflect.isEnumValue. I don't think we can fix the Reflect.field problems on properties, they seem to always go through the native accessor.
[comment from si...@haxe.org, published at 2013-05-24T08:09:09.000Z]
[comment from si...@haxe.org, published at 2013-05-24T09:53:30.000Z] This issue was closed by revision r6688.
[Google Issue #1848 : http://code.google.com/haxe/issues/detail?id=1848] by si...@haxe.org, at 2013-05-24T06:23:04.000Z There are suddenly several failing unit tests on As3 target and it doesn't look like I can blame Caue for it:
EnumValueMap.unit.hx:30: false should be true EnumValueMap.unit.hx:32: null should be test EnumValueMap.unit.hx:33: false should be true Reflect.unit.hx:16: 1 should be 0 Reflect.unit.hx:55: 1 should be ABC Reflect.unit.hx:125: true should be false Reflect.unit.hx:126: true should be false Reflect.unit.hx:132: false should be true Reflect.unit.hx:133: false should be true