[phobos] [D-Programming-Language/phobos] 30b4e8: Tag printing with debug to infer purity
GitHub via phobos
phobos at puremagic.com
Wed Oct 22 03:49:29 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 30b4e871c1f89443df9eb34a46e6776701ce7c0b
https://github.com/D-Programming-Language/phobos/commit/30b4e871c1f89443df9eb34a46e6776701ce7c0b
Author: Per Nordlöw <per.nordlow at gmail.com>
Date: 2014-10-19 (Sun, 19 Oct 2014)
Changed paths:
M std/container/rbtree.d
Log Message:
-----------
Tag printing with debug to infer purity
Commit: ea390ec67e0af3093c15878be5060048c9074b80
https://github.com/D-Programming-Language/phobos/commit/ea390ec67e0af3093c15878be5060048c9074b80
Author: Per Nordlöw <per.nordlow at gmail.com>
Date: 2014-10-19 (Sun, 19 Oct 2014)
Changed paths:
M std/container/rbtree.d
Log Message:
-----------
Add non-debug purity unittest
Commit: 049af6e6331b37c2d83b8da456e22b15080a7573
https://github.com/D-Programming-Language/phobos/commit/049af6e6331b37c2d83b8da456e22b15080a7573
Author: Per Nordlöw <per.nordlow at gmail.com>
Date: 2014-10-19 (Sun, 19 Oct 2014)
Changed paths:
M std/container/rbtree.d
Log Message:
-----------
Correct typo
Commit: 97212ca17c282e982ea88fc3c2afb53b263e5e91
https://github.com/D-Programming-Language/phobos/commit/97212ca17c282e982ea88fc3c2afb53b263e5e91
Author: Per Nordlöw <per.nordlow at gmail.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M std/container/rbtree.d
Log Message:
-----------
Use debug printTree() instead
Commit: 52379a6b929d4c8b848b20f486f37129cb6db319
https://github.com/D-Programming-Language/phobos/commit/52379a6b929d4c8b848b20f486f37129cb6db319
Author: Per Nordlöw <per.nordlow at gmail.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M std/container/rbtree.d
Log Message:
-----------
Remove debug calls to printTree from within printTree itself
Commit: a7f3f22ccdbde1b7227ed75d0d38ffc5f252af6a
https://github.com/D-Programming-Language/phobos/commit/a7f3f22ccdbde1b7227ed75d0d38ffc5f252af6a
Author: Per Nordlöw <per.nordlow at gmail.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M std/container/rbtree.d
Log Message:
-----------
Tag unittests at global scope as pure
Commit: ec5990986a321e374378058c31e728bc9c4c668c
https://github.com/D-Programming-Language/phobos/commit/ec5990986a321e374378058c31e728bc9c4c668c
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M std/container/rbtree.d
Log Message:
-----------
Merge pull request #2617 from nordlow/pure-rbtree
Tag printing in rbtree.check() with debug to enable purity inference
Compare: https://github.com/D-Programming-Language/phobos/compare/b51bd26df6c7...ec5990986a32
More information about the phobos
mailing list