about summary refs log tree commit diff stats
path: root/horizon
Commit message (Collapse)AuthorAgeFilesLines
* 576 - helper for printing integersKartik K. Agaram2015-01-171-0/+4
| | | | | | | | | | | | | | | This requires creating a new data structure called buffer, because strings are too inefficient for appending to, and we need to know how long they need to be before we clear them. But I'm not gonna bother to write tests for all the new primitives I just introduced, because that's not expedient. One test for mu is how nicely it handles situations like this without requiring perfect test hygiene. In this case, I can imagine tools that will extract tests for a particular function out of all known tests. Especially if it's a pure function that should be easy. Then just show each test to the programmer and ask him to give it a reasonable name.
* 507 - time to focus on testing I/OKartik K. Agaram2015-01-061-0/+6
|
* 154 - current stretch goal is to parse the horizon fileKartik K. Agaram2014-10-241-0/+19