Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7690 | Kartik Agaram | 2021-02-07 | 2 | -87/+87 |
| | | | | Convert comments about magic constants into metadata. | ||||
* | 7238 - mu.subx: final restrictions on 'addr' | Kartik Agaram | 2020-11-15 | 1 | -10/+7 |
| | | | | I had to tweak one app that wasn't following the rules. | ||||
* | 7159 - explicitly use 'return' everywhere | Kartik Agaram | 2020-11-02 | 2 | -40/+27 |
| | | | | https://github.com/akkartik/mu/issues/45#issuecomment-719990879, task 2. | ||||
* | 7016 - raw addrs shouldn't escape functions | Kartik Agaram | 2020-10-13 | 1 | -9/+5 |
| | | | | | We don't have the static checks for this yet, but discovering I've not been following my own rules bumps the priority on it. | ||||
* | 6842 - hackily load local Vim settings | Kartik Agaram | 2020-09-23 | 1 | -0/+2 |
| | | | | | | I have scripts to load vimrc.vim from the directory of the file being edited. This hack loads vimrc.vim from the top-level mu/ directory when I edit files in some common directories. | ||||
* | 6799 | Kartik Agaram | 2020-09-18 | 1 | -1/+1 |
| | |||||
* | 6788 | Kartik Agaram | 2020-09-16 | 1 | -0/+10 |
| | |||||
* | 6786 | Kartik Agaram | 2020-09-16 | 1 | -5/+5 |
| | |||||
* | 6785 | Kartik Agaram | 2020-09-16 | 1 | -1/+1 |
| | |||||
* | 6775 | Kartik Agaram | 2020-09-11 | 1 | -0/+11 |
| | |||||
* | 6773 - markdown browser now seems fully tested | Kartik Agaram | 2020-09-11 | 1 | -0/+56 |
| | |||||
* | 6772 - test for markdown headers | Kartik Agaram | 2020-09-11 | 1 | -4/+24 |
| | |||||
* | 6771 - first passing test for the browser itself | Kartik Agaram | 2020-09-11 | 2 | -21/+160 |
| | | | | In the process I had to go back and redo the `done-drawing?` logic everywhere. | ||||
* | 6770 | Kartik Agaram | 2020-09-10 | 1 | -70/+140 |
| | |||||
* | 6767 | Kartik Agaram | 2020-09-10 | 1 | -3/+49 |
| | |||||
* | 6766 | Kartik Agaram | 2020-09-10 | 1 | -24/+24 |
| | |||||
* | 6765 | Kartik Agaram | 2020-09-10 | 1 | -0/+22 |
| | | | | Starting to gain confidence. | ||||
* | 6764 | Kartik Agaram | 2020-09-10 | 1 | -168/+0 |
| | |||||
* | 6763 | Kartik Agaram | 2020-09-10 | 1 | -0/+83 |
| | |||||
* | 6762 | Kartik Agaram | 2020-09-10 | 1 | -8/+210 |
| | |||||
* | 6761 | Kartik Agaram | 2020-09-08 | 1 | -1/+1 |
| | |||||
* | 6759 - first test for app/browse/ | Kartik Agaram | 2020-09-07 | 1 | -6/+21 |
| | |||||
* | 6758 | Kartik Agaram | 2020-09-07 | 2 | -14/+30 |
| | |||||
* | 6757 | Kartik Agaram | 2020-09-07 | 1 | -2/+3 |
| | |||||
* | 6756 | Kartik Agaram | 2020-09-07 | 1 | -1/+29 |
| | |||||
* | 6755 | Kartik Agaram | 2020-09-07 | 1 | -82/+95 |
| | |||||
* | 6754 | Kartik Agaram | 2020-09-07 | 2 | -6/+13 |
| | |||||
* | 6753 | Kartik Agaram | 2020-09-07 | 2 | -57/+126 |
| | |||||
* | 6752 | Kartik Agaram | 2020-09-07 | 2 | -24/+26 |
| | |||||
* | 6751 | Kartik Agaram | 2020-09-07 | 2 | -24/+23 |
| | | | | | More copypasta. I'd be able to remove this duplication if we had first-class functions, but they involve an accessibility cost. | ||||
* | 6750 | Kartik Agaram | 2020-09-07 | 2 | -58/+15 |
| | |||||
* | 6749 - plumb screen through in a few places | Kartik Agaram | 2020-09-07 | 1 | -25/+25 |
| | |||||
* | 6748 - promote browser prototype an app with tests | Kartik Agaram | 2020-09-07 | 4 | -0/+498 |
Now that we have a fake screen we can start testing it. |