about summary refs log tree commit diff stats
path: root/trace.arc.t
Commit message (Collapse)AuthorAgeFilesLines
* 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..