about summary refs log tree commit diff stats
path: root/trace.mu
Commit message (Collapse)AuthorAgeFilesLines
* 869Kartik K. Agaram2015-03-071-42/+51
| | | | | | | The repeated need for bugfixes after every new test isn't very confidence-inducing. On the other hand, I'm starting to get into a cadence where fixes have been easy to make. We'll see. Monotonic progress continues.
* 866 - starting to finally gain confidence in page-upKartik K. Agaram2015-03-061-105/+76
|
* 865Kartik K. Agaram2015-03-061-3/+7
|
* 864Kartik K. Agaram2015-03-061-15/+54
|
* 863Kartik K. Agaram2015-03-061-1/+0
|
* 862Kartik K. Agaram2015-03-061-0/+24
|
* 861Kartik K. Agaram2015-03-051-5/+10
|
* 860Kartik K. Agaram2015-03-041-3/+10
| | | | A new intermediate test might help.
* 859Kartik K. Agaram2015-03-021-54/+75
| | | | | | Intermediate snapshot after 2 days of desultorily debugging this still-failing test. Our divising of the problem into cases just seems wrong right now.
* 855 - page-up fleshed out, but needs a lot more testsKartik K. Agaram2015-03-011-2/+120
|
* 854Kartik K. Agaram2015-03-011-1/+3
|
* 852 - page-down stitches expanded lines properlyKartik K. Agaram2015-02-281-10/+107
|
* 851Kartik K. Agaram2015-02-271-13/+51
|
* 849Kartik K. Agaram2015-02-271-2/+4
|
* 848Kartik K. Agaram2015-02-271-5/+8
|
* 847Kartik K. Agaram2015-02-261-0/+7
|
* 846Kartik K. Agaram2015-02-261-1/+5
|
* 844 - start of support for page navigationKartik K. Agaram2015-02-261-0/+35
| | | | | To keep things simple we won't allow line navigation to span pages. You have to switch pages with dedicated hotkeys.
* 843Kartik K. Agaram2015-02-261-33/+35
|
* 837 - pagination in the trace browserKartik K. Agaram2015-02-261-25/+42
| | | | Still not finished; we're maybe halfway through the necessary tests.
* 836Kartik K. Agaram2015-02-261-1/+3
|
* 835Kartik K. Agaram2015-02-261-14/+12
|
* 831 - wire up trace browser to interactive replKartik K. Agaram2015-02-241-15/+34
|
* 757 - collapse now kinda workingKartik K. Agaram2015-02-161-22/+57
| | | | | 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-2/+52
|
* 755 - cursor can only lie on top-level linesKartik K. Agaram2015-02-161-0/+52
| | | | | | | | 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-11/+10
|
* 752Kartik K. Agaram2015-02-151-4/+4
|
* 751 - newest trace test now passingKartik K. Agaram2015-02-151-1/+11
|
* 748Kartik K. Agaram2015-02-151-0/+2
|
* 747Kartik K. Agaram2015-02-151-0/+2
| | | | 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.
* 739Kartik K. Agaram2015-02-101-2/+3
|
* 738Kartik K. Agaram2015-02-101-12/+19
|
* 737Kartik K. Agaram2015-02-101-31/+49
|
* 736Kartik K. Agaram2015-02-101-4/+4
|
* 735Kartik K. Agaram2015-02-101-1/+1
|
* 734Kartik K. Agaram2015-02-101-10/+23
|
* 733Kartik K. Agaram2015-02-101-19/+62
|
* 732Kartik K. Agaram2015-02-101-0/+2
|
* 731Kartik K. Agaram2015-02-101-4/+4
|
* 730 - first test for trace browserKartik K. Agaram2015-02-101-23/+35
| | | | | This was painless compared to the chessboard app. Still need to handle input, though. Fingers crossed..
* 728 - move up/down and expand trace at cursorKartik K. Agaram2015-02-091-4/+40
| | | | | | | Expand isn't anywhere near working, but already I like how the browser returns to the commandline when exiting, without causing a mental context switch. Little details like moving the cursor to the bottom before quitting.
* 727 - start of a trace browserKartik K. Agaram2015-02-091-3/+44
| | | | We can now collapse trace items, and we have a rudimentary event loop.
* 723 - now trace.mu works on correct tracesKartik K. Agaram2015-02-081-14/+16
|
* 713 - quick 'n' dirty trace parserKartik K. Agaram2015-02-081-0/+192
Doesn't quite work yet; I can't have spaces after labels.