about summary refs log tree commit diff stats
path: root/trace.mu
Commit message (Collapse)AuthorAgeFilesLines
* 906 - arc averages 800-900 cycles per secondKartik K. Agaram2015-03-141-0/+2
| | | | No context-switching between routines, either.
* 905 - even factorial trace takes too long to parseKartik K. Agaram2015-03-141-0/+18
| | | | Parsing proceeds at 1-3 lines per *second*.
* 895Kartik K. Agaram2015-03-121-1/+19
|
* 890Kartik K. Agaram2015-03-121-0/+1
|
* 889 - ah, fixed that final errorKartik K. Agaram2015-03-121-0/+4
|
* 887 - first pass of pagination bugs squashedKartik K. Agaram2015-03-111-53/+66
| | | | | | | | This must be the second or third time I've mis-tagged a literal as 'integer'.. I also spotted an error with the cursor bouncing out above the screen area of the trace browser. But I haven't been able to recreate it..
* 886Kartik K. Agaram2015-03-111-21/+26
| | | | Another test, but now the tests run 50% slower (8 vs 12 minutes)
* 885Kartik K. Agaram2015-03-111-0/+1
|
* 884 - expand/collapse now seems page-awareKartik K. Agaram2015-03-111-36/+73
|
* 883Kartik K. Agaram2015-03-111-26/+20
|
* 882Kartik K. Agaram2015-03-101-20/+33
|
* 878Kartik K. Agaram2015-03-091-156/+156
|
* 877 - supporting pages in expandKartik K. Agaram2015-03-091-13/+59
|
* 875Kartik K. Agaram2015-03-091-7/+1
|
* 873Kartik K. Agaram2015-03-091-15/+0
|
* 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
|