waneck / testrepo

0 stars 0 forks source link

Issue 1541 - Missing specifications - haxe #1541

Open waneck opened 11 years ago

waneck commented 11 years ago

[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)

waneck commented 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

waneck commented 11 years ago

[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.

waneck commented 11 years ago

[comment from ncanna...@gmail.com, published at 2013-02-25T12:42:01.000Z] I think that for *Map, you can simply say "see Map"

waneck commented 11 years ago

[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.

waneck commented 11 years ago

[comment from si...@haxe.org, published at 2013-05-24T11:57:23.000Z] I'll finish this while working on api.haxe.org