about summary refs log tree commit diff stats
path: root/subx/055trace.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4704Kartik Agaram2018-10-161-29/+41
|
* 4698Kartik Agaram2018-10-141-1/+1
|
* 4691Kartik Agaram2018-10-131-21/+21
| | | | All tests now once again run the same natively and on VM.
* 4684Kartik Agaram2018-10-111-1/+1
| | | | | | | | | | Turns out the tests for 'trace' have been broken in native mode since the original commit (4674). Dangers of running my tests on Darwin, where I can't run them natively. The test failures didn't get flagged on CI because I'd forgotten to update the exit code of the factorial app in commit 4664. At least that's fixed in this commit.
* 4683Kartik Agaram2018-10-101-1/+1
|
* 4681Kartik Agaram2018-10-101-1/+33
|
* 4680Kartik Agaram2018-10-101-2/+89
| | | | | | | | Maps have definitely helped with debugging. Even having just the top of the call stack is very helpful. We're soon gonna need setup/teardown for tests. I'm not sure how compiling run-tests will work then.
* 4676Kartik Agaram2018-10-081-32/+2
| | | | | | On second thoughts, let's not use Mu's "null is real hardware" convention for traces. There's no real difference between a real and fake trace stream, so we'll just always explicitly pass in *Trace-stream in production code.
* 4675Kartik Agaram2018-10-081-2/+1
|
* 4674Kartik Agaram2018-10-081-0/+214
subx: append to trace