about summary refs log tree commit diff stats
path: root/html/edit/005-sandbox.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 4539Kartik Agaram2018-09-071-7/+7
|
* 4447Kartik Agaram2018-07-271-51/+51
|
* 4239Kartik Agaram2018-05-081-6/+6
|
* 4209Kartik K. Agaram2018-02-181-925/+923
|
* 4200Kartik K. Agaram2018-01-271-199/+199
| | | | Forgot to set up exuberant_ctags_rc as .ctags on new laptop.
* 4199Kartik K. Agaram2018-01-251-663/+662
|
* 4165Kartik K. Agaram2017-12-271-17/+17
|
* 4161Kartik K. Agaram2017-12-151-7/+7
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-15/+15
|
* 4008Kartik K. Agaram2017-09-251-9/+9
| | | | | Allow list `push` operation to save result in a new list rather than mutate the existing list.
* 4003Kartik K. Agaram2017-09-231-2/+2
|
* 3983Kartik K. Agaram2017-08-221-1055/+1052
|
* 3962Kartik K. Agaram2017-06-271-13/+13
| | | | | Yet another regression, this time cascading from commit 3953. My scenario wasn't actually testing what I thought it was testing.
* 3959Kartik K. Agaram2017-06-251-1008/+1019
| | | | | | | Don't unnecessarily write sandboxes to disk on F4. This seems to save almost 20% time when processing a large lesson directory with 36 sandboxes.
* 3958Kartik K. Agaram2017-06-251-938/+944
| | | | | | | | Improvement on fix 3957: rather than put a band-aid over a slow operation, eliminate the slowdown entirely. In this case it turns out we're unnecessarily saving files to disk when they could never be modified. Are we doing this on F4 as well?!
* 3956Kartik K. Agaram2017-06-251-497/+407
|
* 3951Kartik K. Agaram2017-06-241-994/+1021
|
* 3928Kartik K. Agaram2017-06-191-2/+2
|
* 3927Kartik K. Agaram2017-06-191-823/+822
|
* 3904Kartik K. Agaram2017-06-091-10/+10
| | | | Standardize functions to put the main object being modified first.
* 3903 - minimal render when pressing 'tab'Kartik K. Agaram2017-06-091-14/+14
| | | | Turns out all I had to do was reset `go-render?` to false.
* 3902 - drop redundant redraw of recipe side on F4Kartik K. Agaram2017-06-091-1147/+1160
| | | | | | This change is interesting because I only updated one test to gain confidence that F4 will never redraw the recipe side. (Most of the changes are to explicitly render-all before each scenario.)
* 3901Kartik K. Agaram2017-06-091-1/+1
|
* 3895Kartik K. Agaram2017-05-291-1/+1
|
* 3883Kartik K. Agaram2017-05-271-897/+901
|
* 3871Kartik K. Agaram2017-05-201-901/+895
| | | | | | | | Strange race condition: if I repeatedly press <enter> and <backspace> so the screen is constantly playing catch up, it will sometimes fail these assertions when it does eventually catch up. Somehow the cursor ends up misplaced. Let's just take them out. It's likely some low-level implementation detail of the terminal.
* 3870 - seldom draw both sides of edit/Kartik K. Agaram2017-05-201-20/+20
|
* 3869Kartik K. Agaram2017-05-191-937/+873
| | | | Clean up a few superficial things in Caleb's commit.
* 3867Kartik K. Agaram2017-05-191-369/+365
|
* 3856Kartik K. Agaram2017-05-131-15/+15
| | | | | Bugfix on commit 3853: clear `render-all-on-no-more-events` once you've actually run the `render-all`.
* 3855Kartik K. Agaram2017-05-131-361/+365
|
* 3845Kartik K. Agaram2017-05-061-335/+337
|
* 3837Kartik K. Agaram2017-04-191-1/+1
|
* 3831Kartik K. Agaram2017-04-181-1/+1
| | | | Fix CI.
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-3/+3
|
* 3829Kartik K. Agaram2017-04-181-2/+2
|
* 3825Kartik K. Agaram2017-04-161-359/+355
|
* 3820Kartik K. Agaram2017-04-131-13/+13
|
* 3797Kartik K. Agaram2017-03-151-15/+15
|
* 3796Kartik K. Agaram2017-03-141-872/+891
| | | | | | Standardize the order of some common blocks in `render`, `render-text` and `render-code`. This is preparation for trying to reorganize them to reduce duplicate code.
* 3794Kartik K. Agaram2017-03-141-2/+2
| | | | Fix a _very_ misleading comment.
* 3793Kartik K. Agaram2017-03-141-792/+855
| | | | | | Move 'render-code' to the layer where it's used. Thanks Caleb Couch for finding this bit of ugliness.
* 3790Kartik K. Agaram2017-03-121-1022/+1025
| | | | Don't try to snapshot in scenarios.
* 3789Kartik K. Agaram2017-03-121-1027/+1029
| | | | | | | | | | | | | I accidentally got rid of git snapshotting of lessons back when I switched to testable file primitives last December (commit 3705). >:-( Bringing it back now, hopefully better. The improvement is that there's now at most one commit every time we hit F4. This change adds yet another reason that running `mu` from a different directory is just not supported.
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-570/+571
|
* 3748Kartik K. Agaram2017-02-281-1/+1
|
* 3737Kartik K. Agaram2017-01-221-2/+2
|
* 3734Kartik K. Agaram2017-01-111-5/+5
|
* 3732Kartik K. Agaram2017-01-111-15/+15
|