Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 789 | Kartik K. Agaram | 2015-02-19 | 3 | -84/+95 |
| | |||||
* | 788 - reorg, showing off how tangle makes it | Kartik K. Agaram | 2015-02-19 | 2 | -199/+220 |
| | |||||
* | 787 - arithmetic operations | Kartik K. Agaram | 2015-02-19 | 13 | -6/+391 |
| | | | | Lots of duplication here; we'll clean it up later. | ||||
* | 786 - allow dumping traces for debugging | Kartik K. Agaram | 2015-02-19 | 1 | -0/+4 |
| | |||||
* | 785 | Kartik K. Agaram | 2015-02-19 | 1 | -1/+17 |
| | |||||
* | 784 - persist traces in literate version | Kartik K. Agaram | 2015-02-19 | 8 | -2/+25 |
| | |||||
* | 783 | Kartik K. Agaram | 2015-02-19 | 2 | -9/+25 |
| | |||||
* | 782 - promote literate version to canonical C++ version | Kartik K. Agaram | 2015-02-18 | 26 | -1060/+19 |
| | |||||
* | 781 - first instruction to run in literate C++ version | Kartik K. Agaram | 2015-02-18 | 4 | -3/+46 |
| | |||||
* | 780 - some more scenarios | Kartik K. Agaram | 2015-02-18 | 1 | -5/+28 |
| | |||||
* | 779 - first scenario tested in literate C++ version | Kartik K. Agaram | 2015-02-18 | 6 | -20/+176 |
| | |||||
* | 778 | Kartik K. Agaram | 2015-02-17 | 1 | -7/+8 |
| | |||||
* | 777 | Kartik K. Agaram | 2015-02-17 | 1 | -1/+0 |
| | |||||
* | 776 | Kartik K. Agaram | 2015-02-17 | 1 | -0/+114 |
| | |||||
* | 775 - starting to reorg C++ mu to use layers | Kartik K. Agaram | 2015-02-17 | 16 | -0/+2211 |
| | |||||
* | 774 - start persisting test traces | Kartik K. Agaram | 2015-02-17 | 8 | -5/+30 |
| | |||||
* | 773 - start testing traces | Kartik K. Agaram | 2015-02-17 | 3 | -48/+8 |
| | |||||
* | 772 | Kartik K. Agaram | 2015-02-17 | 2 | -1/+26 |
| | |||||
* | 771 - start tracing while parsing | Kartik K. Agaram | 2015-02-17 | 2 | -1/+27 |
| | |||||
* | 770 | Kartik K. Agaram | 2015-02-17 | 2 | -1/+27 |
| | |||||
* | 769 - first recipe/instruction parsed | Kartik K. Agaram | 2015-02-17 | 2 | -6/+82 |
| | |||||
* | 768 | Kartik K. Agaram | 2015-02-16 | 1 | -4/+24 |
| | |||||
* | 767 | Kartik K. Agaram | 2015-02-16 | 3 | -95/+134 |
| | |||||
* | 766 - can recognize first word 'recipe' | Kartik K. Agaram | 2015-02-16 | 2 | -1/+31 |
| | |||||
* | 765 - first failing C++ test | Kartik K. Agaram | 2015-02-16 | 2 | -6/+38 |
| | |||||
* | 764 - some data structures | Kartik K. Agaram | 2015-02-16 | 2 | -10/+134 |
| | |||||
* | 763 - start of C++ version | Kartik K. Agaram | 2015-02-16 | 6 | -0/+670 |
| | |||||
* | 761 - now 30% faster than 758 | Kartik K. Agaram | 2015-02-16 | 1 | -72/+72 |
| | | | | 4:26 compared to 6:20 on my laptop. | ||||
* | 760 | Kartik K. Agaram | 2015-02-16 | 2 | -73/+77 |
| | | | | This speeds up the final test but not all together. | ||||
* | 759 - trace.arc.t 13% faster | Kartik K. Agaram | 2015-02-16 | 2 | -7/+4 |
| | | | | Something wrong with my profiling, though. Numbers aren't adding up. | ||||
* | 758 | Kartik K. Agaram | 2015-02-16 | 1 | -5/+5 |
| | |||||
* | 757 - collapse now kinda working | Kartik K. Agaram | 2015-02-16 | 3 | -22/+90 |
| | | | | | 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 | 2 | -28/+103 |
| | |||||
* | 755 - cursor can only lie on top-level lines | Kartik K. Agaram | 2015-02-16 | 2 | -0/+138 |
| | | | | | | | | 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 | 2 | -18/+17 |
| | |||||
* | 753 | Kartik K. Agaram | 2015-02-15 | 1 | -0/+2 |
| | |||||
* | 752 | Kartik K. Agaram | 2015-02-15 | 1 | -4/+4 |
| | |||||
* | 751 - newest trace test now passing | Kartik K. Agaram | 2015-02-15 | 2 | -5/+14 |
| | |||||
* | 750 | Kartik K. Agaram | 2015-02-15 | 2 | -13/+11 |
| | |||||
* | 749 - cleaner screen tests | Kartik K. Agaram | 2015-02-15 | 1 | -0/+55 |
| | |||||
* | 748 | Kartik K. Agaram | 2015-02-15 | 3 | -13/+60 |
| | |||||
* | 747 | Kartik K. Agaram | 2015-02-15 | 2 | -8/+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 | 2 | -0/+42 |
| | | | | This just supports it, but we don't actually have collapse yet. | ||||
* | 745 - first test of expand functionality | Kartik K. Agaram | 2015-02-11 | 1 | -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 browser | Kartik K. Agaram | 2015-02-11 | 3 | -4/+211 |
| | | | | | | 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. | ||||
* | 743 | Kartik K. Agaram | 2015-02-11 | 1 | -9/+20 |
| | |||||
* | 742 - turns out chessboard test logs were incomplete | Kartik K. Agaram | 2015-02-11 | 3 | -20/+26 |
| | | | | | Now that we aren't loading system software for every test we can afford to log the loading of test functions. | ||||
* | 740 | Kartik K. Agaram | 2015-02-10 | 2 | -4/+58 |
| | |||||
* | 739 | Kartik K. Agaram | 2015-02-10 | 2 | -15/+7 |
| | |||||
* | 738 | Kartik K. Agaram | 2015-02-10 | 1 | -12/+19 |
| |