Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 906 - arc averages 800-900 cycles per second | Kartik K. Agaram | 2015-03-14 | 1 | -0/+2 |
| | | | | No context-switching between routines, either. | ||||
* | 905 - even factorial trace takes too long to parse | Kartik K. Agaram | 2015-03-14 | 1 | -0/+18 |
| | | | | Parsing proceeds at 1-3 lines per *second*. | ||||
* | 895 | Kartik K. Agaram | 2015-03-12 | 1 | -1/+19 |
| | |||||
* | 890 | Kartik K. Agaram | 2015-03-12 | 1 | -0/+1 |
| | |||||
* | 889 - ah, fixed that final error | Kartik K. Agaram | 2015-03-12 | 1 | -0/+4 |
| | |||||
* | 887 - first pass of pagination bugs squashed | Kartik K. Agaram | 2015-03-11 | 1 | -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.. | ||||
* | 886 | Kartik K. Agaram | 2015-03-11 | 1 | -21/+26 |
| | | | | Another test, but now the tests run 50% slower (8 vs 12 minutes) | ||||
* | 885 | Kartik K. Agaram | 2015-03-11 | 1 | -0/+1 |
| | |||||
* | 884 - expand/collapse now seems page-aware | Kartik K. Agaram | 2015-03-11 | 1 | -36/+73 |
| | |||||
* | 883 | Kartik K. Agaram | 2015-03-11 | 1 | -26/+20 |
| | |||||
* | 882 | Kartik K. Agaram | 2015-03-10 | 1 | -20/+33 |
| | |||||
* | 878 | Kartik K. Agaram | 2015-03-09 | 1 | -156/+156 |
| | |||||
* | 877 - supporting pages in expand | Kartik K. Agaram | 2015-03-09 | 1 | -13/+59 |
| | |||||
* | 875 | Kartik K. Agaram | 2015-03-09 | 1 | -7/+1 |
| | |||||
* | 873 | Kartik K. Agaram | 2015-03-09 | 1 | -15/+0 |
| | |||||
* | 869 | Kartik K. Agaram | 2015-03-07 | 1 | -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-up | Kartik K. Agaram | 2015-03-06 | 1 | -105/+76 |
| | |||||
* | 865 | Kartik K. Agaram | 2015-03-06 | 1 | -3/+7 |
| | |||||
* | 864 | Kartik K. Agaram | 2015-03-06 | 1 | -15/+54 |
| | |||||
* | 863 | Kartik K. Agaram | 2015-03-06 | 1 | -1/+0 |
| | |||||
* | 862 | Kartik K. Agaram | 2015-03-06 | 1 | -0/+24 |
| | |||||
* | 861 | Kartik K. Agaram | 2015-03-05 | 1 | -5/+10 |
| | |||||
* | 860 | Kartik K. Agaram | 2015-03-04 | 1 | -3/+10 |
| | | | | A new intermediate test might help. | ||||
* | 859 | Kartik K. Agaram | 2015-03-02 | 1 | -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 tests | Kartik K. Agaram | 2015-03-01 | 1 | -2/+120 |
| | |||||
* | 854 | Kartik K. Agaram | 2015-03-01 | 1 | -1/+3 |
| | |||||
* | 852 - page-down stitches expanded lines properly | Kartik K. Agaram | 2015-02-28 | 1 | -10/+107 |
| | |||||
* | 851 | Kartik K. Agaram | 2015-02-27 | 1 | -13/+51 |
| | |||||
* | 849 | Kartik K. Agaram | 2015-02-27 | 1 | -2/+4 |
| | |||||
* | 848 | Kartik K. Agaram | 2015-02-27 | 1 | -5/+8 |
| | |||||
* | 847 | Kartik K. Agaram | 2015-02-26 | 1 | -0/+7 |
| | |||||
* | 846 | Kartik K. Agaram | 2015-02-26 | 1 | -1/+5 |
| | |||||
* | 844 - start of support for page navigation | Kartik K. Agaram | 2015-02-26 | 1 | -0/+35 |
| | | | | | To keep things simple we won't allow line navigation to span pages. You have to switch pages with dedicated hotkeys. | ||||
* | 843 | Kartik K. Agaram | 2015-02-26 | 1 | -33/+35 |
| | |||||
* | 837 - pagination in the trace browser | Kartik K. Agaram | 2015-02-26 | 1 | -25/+42 |
| | | | | Still not finished; we're maybe halfway through the necessary tests. | ||||
* | 836 | Kartik K. Agaram | 2015-02-26 | 1 | -1/+3 |
| | |||||
* | 835 | Kartik K. Agaram | 2015-02-26 | 1 | -14/+12 |
| | |||||
* | 831 - wire up trace browser to interactive repl | Kartik K. Agaram | 2015-02-24 | 1 | -15/+34 |
| | |||||
* | 757 - collapse now kinda working | Kartik K. Agaram | 2015-02-16 | 1 | -22/+57 |
| | | | | | Tests are getting slow so quickly that I'm tempted to push forward the rewrite to C. | ||||
* | 756 - first scenario for collapse | Kartik K. Agaram | 2015-02-16 | 1 | -2/+52 |
| | |||||
* | 755 - cursor can only lie on top-level lines | Kartik K. Agaram | 2015-02-16 | 1 | -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 state | Kartik K. Agaram | 2015-02-16 | 1 | -11/+10 |
| | |||||
* | 752 | Kartik K. Agaram | 2015-02-15 | 1 | -4/+4 |
| | |||||
* | 751 - newest trace test now passing | Kartik K. Agaram | 2015-02-15 | 1 | -1/+11 |
| | |||||
* | 748 | Kartik K. Agaram | 2015-02-15 | 1 | -0/+2 |
| | |||||
* | 747 | Kartik K. Agaram | 2015-02-15 | 1 | -0/+2 |
| | | | | This bugfix is not tested yet, but that's in the works. | ||||
* | 746 - toggle a set of lines by hitting enter twice | Kartik K. Agaram | 2015-02-12 | 1 | -0/+21 |
| | | | | This just supports it, but we don't actually have collapse yet. | ||||
* | 739 | Kartik K. Agaram | 2015-02-10 | 1 | -2/+3 |
| | |||||
* | 738 | Kartik K. Agaram | 2015-02-10 | 1 | -12/+19 |
| | |||||
* | 737 | Kartik K. Agaram | 2015-02-10 | 1 | -31/+49 |
| |