about summary refs log tree commit diff stats
path: root/027trace.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-1/+1
| | | | | | | | | More verbose, but it saves trouble when debugging; there's never something you thought should be traced but just never came out the other end. Also got rid of fatal errors entirely. Everything's a warning now, and code after a warning isn't guaranteed to run.
* 1842 - get layers building again after 2 weeksKartik K. Agaram2015-07-241-0/+39
| | | | | Also, turns out I haven't been building 999spaces.cc in my default build. Now fixed.
* 1825Kartik K. Agaram2015-07-211-0/+10
|
* 1767Kartik K. Agaram2015-07-131-0/+31