Commit Graph

42 Commits

Author SHA1 Message Date
Kartik K. Agaram
42eabf184b 863 2015-03-06 00:29:31 -08:00
Kartik K. Agaram
dbfbc7d718 862 2015-03-06 00:00:05 -08:00
Kartik K. Agaram
a87040a4a2 861 2015-03-05 22:56:48 -08:00
Kartik K. Agaram
d0faca5759 860
A new intermediate test might help.
2015-03-04 00:21:49 -08:00
Kartik K. Agaram
f3e3c0b49f 859
Intermediate snapshot after 2 days of desultorily debugging this
still-failing test. Our divising of the problem into cases just seems
wrong right now.
2015-03-02 23:38:00 -08:00
Kartik K. Agaram
596709d302 855 - page-up fleshed out, but needs a lot more tests 2015-03-01 16:18:22 -08:00
Kartik K. Agaram
b27a7d65a5 854 2015-03-01 11:08:05 -08:00
Kartik K. Agaram
9a04619261 852 - page-down stitches expanded lines properly 2015-02-28 13:13:39 -08:00
Kartik K. Agaram
0272c97152 851 2015-02-27 19:27:04 -08:00
Kartik K. Agaram
c2719c3d2b 849 2015-02-27 01:37:05 -08:00
Kartik K. Agaram
8328a3261d 848 2015-02-27 00:28:38 -08:00
Kartik K. Agaram
d54c3dda5a 847 2015-02-26 21:57:54 -08:00
Kartik K. Agaram
d92d7fbb55 846 2015-02-26 21:46:56 -08:00
Kartik K. Agaram
96fb6d348d 844 - start of support for page navigation
To keep things simple we won't allow line navigation to span pages. You
have to switch pages with dedicated hotkeys.
2015-02-26 20:55:48 -08:00
Kartik K. Agaram
82181e9981 843 2015-02-26 20:06:33 -08:00
Kartik K. Agaram
c93ff8ffb3 837 - pagination in the trace browser
Still not finished; we're maybe halfway through the necessary tests.
2015-02-26 15:15:24 -08:00
Kartik K. Agaram
4e64c5418b 836 2015-02-26 09:42:03 -08:00
Kartik K. Agaram
89933230fc 835 2015-02-26 09:35:07 -08:00
Kartik K. Agaram
dc38033200 831 - wire up trace browser to interactive repl 2015-02-24 00:35:56 -08:00
Kartik K. Agaram
9dc37aff73 757 - collapse now kinda working
Tests are getting slow so quickly that I'm tempted to push forward the
rewrite to C.
2015-02-16 04:24:21 -08:00
Kartik K. Agaram
333a2d3fab 756 - first scenario for collapse 2015-02-16 02:46:20 -08:00
Kartik K. Agaram
2590658547 755 - cursor can only lie on top-level lines
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.
2015-02-16 01:09:00 -08:00
Kartik K. Agaram
76911c57d1 754 - traces are part of screen state 2015-02-16 00:39:22 -08:00
Kartik K. Agaram
122b243160 752 2015-02-15 23:08:23 -08:00
Kartik K. Agaram
bf2ee4a499 751 - newest trace test now passing 2015-02-15 23:00:25 -08:00
Kartik K. Agaram
ff1b342442 748 2015-02-15 21:34:02 -08:00
Kartik K. Agaram
e6bc2aa771 747
This bugfix is not tested yet, but that's in the works.
2015-02-15 21:19:05 -08:00
Kartik K. Agaram
406fd3badc 746 - toggle a set of lines by hitting enter twice
This just supports it, but we don't actually have collapse yet.
2015-02-12 23:33:43 -08:00
Kartik K. Agaram
285e0963a7 739 2015-02-10 21:52:28 -08:00
Kartik K. Agaram
378ffc9f2f 738 2015-02-10 21:44:06 -08:00
Kartik K. Agaram
0ad92f3b6e 737 2015-02-10 21:39:36 -08:00
Kartik K. Agaram
070823c2f6 736 2015-02-10 21:37:49 -08:00
Kartik K. Agaram
e61ddb80fe 735 2015-02-10 21:36:19 -08:00
Kartik K. Agaram
b87f7bf5ec 734 2015-02-10 20:26:19 -08:00
Kartik K. Agaram
a2eac7cb56 733 2015-02-10 18:19:54 -08:00
Kartik K. Agaram
e0aa6edba2 732 2015-02-10 18:00:26 -08:00
Kartik K. Agaram
5b67108713 731 2015-02-10 17:51:57 -08:00
Kartik K. Agaram
49b6493a99 730 - first test for trace browser
This was painless compared to the chessboard app. Still need to handle
input, though. Fingers crossed..
2015-02-10 13:43:36 -08:00
Kartik K. Agaram
9ee879a3d0 728 - move up/down and expand trace at cursor
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.
2015-02-09 18:54:26 -08:00
Kartik K. Agaram
2fc8f2a947 727 - start of a trace browser
We can now collapse trace items, and we have a rudimentary event loop.
2015-02-09 18:29:37 -08:00
Kartik K. Agaram
abd79ba729 723 - now trace.mu works on correct traces 2015-02-08 15:06:45 -08:00
Kartik K. Agaram
8a06a34a9f 713 - quick 'n' dirty trace parser
Doesn't quite work yet; I can't have spaces after labels.
2015-02-08 00:42:07 -08:00