Open waneck opened 11 years ago
[comment from waneck, published at 2013-02-25T11:54:02.000Z] will we do specs for the sys.* package? I can take care of adding IntMap/StringMap/HashMap tests, since I really need to test them for correctness in my implementations
[comment from si...@haxe.org, published at 2013-02-25T12:07:29.000Z] There are some tests for them through the Map specification already, but feel free to add some specialized ones.
Regarding sys.*: probably not for haxe 3. Correctly specifying these operations is quite the task.
[comment from ncanna...@gmail.com, published at 2013-02-25T12:42:01.000Z] I think that for *Map, you can simply say "see Map"
[comment from si...@haxe.org, published at 2013-05-12T15:04:05.000Z] Lambda and Reflect are done, this leaves:
List Xml haxe.Json
I will skip Sys as I don't see how that could be properly tested without making a huge mess.
[comment from si...@haxe.org, published at 2013-05-24T11:57:23.000Z] I'll finish this while working on api.haxe.org
[Google Issue #1541 : http://code.google.com/haxe/issues/detail?id=1541] by si...@haxe.org, at 2013-02-25T09:40:30.000Z These should be done for haxe 3 final:
List Lambda Reflect Sys (that's a bit hard) Xml haxe.Json haxe.ds.IntMap/StringMap/HashMap (that's a bit redundant)