about summary refs log tree commit diff stats
path: root/trace.arc.t
Commit message (Collapse)AuthorAgeFilesLines
* 760Kartik K. Agaram2015-02-161-1/+1
| | | | This speeds up the final test but not all together.
* 759 - trace.arc.t 13% fasterKartik K. Agaram2015-02-161-0/+1
| | | | Something wrong with my profiling, though. Numbers aren't adding up.
* 757 - collapse now kinda workingKartik K. Agaram2015-02-161-0/+32
| | | | | Tests are getting slow so quickly that I'm tempted to push forward the rewrite to C.
* 756 - first scenario for collapseKartik K. Agaram2015-02-161-26/+51
|
* 755 - cursor can only lie on top-level linesKartik K. Agaram2015-02-161-0/+86
| | | | | | | | This allows the initial model of a trace to have just one new number: the currently expanded row. We'll make it more flexible later if we feel the need. Still no collapsing lines, though. But we're getting there.
* 754 - traces are part of screen stateKartik K. Agaram2015-02-161-7/+7
|
* 749 - cleaner screen testsKartik K. Agaram2015-02-151-0/+55
|
* 748Kartik K. Agaram2015-02-151-11/+11
|
* 747Kartik K. Agaram2015-02-151-8/+0
| | | | This bugfix is not tested yet, but that's in the works.
* 746 - toggle a set of lines by hitting enter twiceKartik K. Agaram2015-02-121-0/+21
| | | | This just supports it, but we don't actually have collapse yet.
* 745 - first test of expand functionalityKartik K. Agaram2015-02-111-0/+72
| | | | | | | | | | Expanding trace items, of course, doesn't work on anything but the last item. But we've now caught automatic tests up to the state of development. These tests are hugely expensive. Previous .t files run in ~30s. Already the trace browser tests clock in at 2 minutes. And we're just getting started. Time to explore reimplementing the mu VM in C.
* 744 - test cursor movement in trace browserKartik K. Agaram2015-02-111-0/+149
| | | | | | Don't prevent run-code from clobbering existing functions, but warn because it makes traces easier to read if the different sections of a test can be distinguished.
* 743Kartik K. Agaram2015-02-111-9/+20
|
* 740Kartik K. Agaram2015-02-101-1/+49
|
* 739Kartik K. Agaram2015-02-101-13/+4
|
* 734Kartik K. Agaram2015-02-101-1/+2
|
* 730 - first test for trace browserKartik K. Agaram2015-02-101-0/+57
This was painless compared to the chessboard app. Still need to handle input, though. Fingers crossed..