Commit Graph

32 Commits

Author SHA1 Message Date
Kartik Agaram
0e0a60013d 7238 - mu.subx: final restrictions on 'addr'
I had to tweak one app that wasn't following the rules.
2020-11-15 13:18:38 -08:00
Kartik Agaram
a3f7791586 7159 - explicitly use 'return' everywhere
https://github.com/akkartik/mu/issues/45#issuecomment-719990879, task 2.
2020-11-02 19:50:52 -08:00
Kartik Agaram
6310b0c44d 7016 - raw addrs shouldn't escape functions
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.
2020-10-13 10:15:23 -07:00
Kartik Agaram
91a254de16 6842 - hackily load local Vim settings
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.
2020-09-23 21:43:23 -07:00
Kartik Agaram
469259657b 6799 2020-09-18 18:37:19 -07:00
Kartik Agaram
985e85cc56 6788 2020-09-16 09:36:38 -07:00
Kartik Agaram
1f2ebeb44f 6786 2020-09-16 09:19:46 -07:00
Kartik Agaram
d165ccc377 6785 2020-09-16 09:18:51 -07:00
Kartik Agaram
e99f527da0 6775 2020-09-11 16:11:04 -07:00
Kartik Agaram
3a4be20aba 6773 - markdown browser now seems fully tested 2020-09-11 00:40:07 -07:00
Kartik Agaram
13cbff7589 6772 - test for markdown headers 2020-09-11 00:36:24 -07:00
Kartik Agaram
9818804c1f 6771 - first passing test for the browser itself
In the process I had to go back and redo the `done-drawing?` logic everywhere.
2020-09-11 00:29:20 -07:00
Kartik Agaram
a03daa83f5 6770 2020-09-10 23:32:40 -07:00
Kartik Agaram
1ef8d4dba7 6767 2020-09-10 21:09:23 -07:00
Kartik Agaram
1aa476634d 6766 2020-09-10 20:38:28 -07:00
Kartik Agaram
20b1594206 6765
Starting to gain confidence.
2020-09-10 20:36:42 -07:00
Kartik Agaram
282e327774 6764 2020-09-10 20:20:51 -07:00
Kartik Agaram
4eedb6803a 6763 2020-09-10 20:14:17 -07:00
Kartik Agaram
3f4aedd8c9 6762 2020-09-10 01:07:14 -07:00
Kartik Agaram
8617fa2ff8 6761 2020-09-08 22:49:52 -07:00
Kartik Agaram
d9a05dfbb7 6759 - first test for app/browse/ 2020-09-07 23:51:09 -07:00
Kartik Agaram
8c9b8e8f77 6758 2020-09-07 23:43:23 -07:00
Kartik Agaram
571ff107a2 6757 2020-09-07 23:35:18 -07:00
Kartik Agaram
8aa1b8d45e 6756 2020-09-07 23:23:25 -07:00
Kartik Agaram
485228ed72 6755 2020-09-07 23:12:54 -07:00
Kartik Agaram
3579140874 6754 2020-09-07 23:04:23 -07:00
Kartik Agaram
bebb90a2ee 6753 2020-09-07 22:57:52 -07:00
Kartik Agaram
664910816c 6752 2020-09-07 22:18:44 -07:00
Kartik Agaram
fc42975cf4 6751
More copypasta. I'd be able to remove this duplication if we had first-class
functions, but they involve an accessibility cost.
2020-09-07 22:14:54 -07:00
Kartik Agaram
137cde5bfa 6750 2020-09-07 21:21:31 -07:00
Kartik Agaram
dce4efd268 6749 - plumb screen through in a few places 2020-09-07 21:11:46 -07:00
Kartik Agaram
83fc84ee0d 6748 - promote browser prototype an app with tests
Now that we have a fake screen we can start testing it.
2020-09-07 21:10:52 -07:00