about summary refs log tree commit diff stats
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* 3990Kartik K. Agaram2017-09-0340-515/+776
|
* 3985Kartik K. Agaram2017-08-301-117/+115
|
* 3984 - bugfix: display errors when scrolling recipe sideKartik K. Agaram2017-08-251-733/+771
| | | | This regression was (also) introduced by commit 3902 in June.
* 3983Kartik K. Agaram2017-08-2211-1822/+1884
|
* 3976Kartik K. Agaram2017-08-201-75/+0
|
* 3974Kartik K. Agaram2017-08-202-11/+11
|
* 3973Kartik K. Agaram2017-08-201-149/+0
|
* 3971Kartik K. Agaram2017-08-1937-2663/+2653
|
* 3963Kartik K. Agaram2017-07-084-170/+181
| | | | | | | | Narrow the scope of implicit type conversions. Now only numbers can be freely converted to from other scalars (booleans, characters). We want in particular to make this an error: x:character <- new [abc]
* 3962Kartik K. Agaram2017-06-275-2991/+2998
| | | | | Yet another regression, this time cascading from commit 3953. My scenario wasn't actually testing what I thought it was testing.
* 3960Kartik K. Agaram2017-06-251-166/+190
| | | | | Don't refresh entire sandbox side when toggling the expected result for a single sandbox.
* 3959Kartik K. Agaram2017-06-257-1027/+1038
| | | | | | | 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-257-985/+991
| | | | | | | | 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?!
* 3957Kartik K. Agaram2017-06-251-76/+78
| | | | | Marking sandbox responses as expected can take a long time if there are many sandboxes. Indicate when a click is being worked on.
* 3956Kartik K. Agaram2017-06-256-4996/+4947
|
* 3951Kartik K. Agaram2017-06-2422-6407/+6556
|
* 3934Kartik K. Agaram2017-06-2014-490/+510
|
* 3928Kartik K. Agaram2017-06-194-275/+276
|
* 3927Kartik K. Agaram2017-06-1979-9209/+9912
|
* 3904Kartik K. Agaram2017-06-095-39/+39
| | | | Standardize functions to put the main object being modified first.
* 3903 - minimal render when pressing 'tab'Kartik K. Agaram2017-06-098-3671/+3779
| | | | 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-098-3326/+3365
| | | | | | 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-0912-1245/+1236
|
* 3900Kartik K. Agaram2017-06-0232-275/+271
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-2963-1180/+1183
|
* 3896Kartik K. Agaram2017-05-291-2/+2
|
* 3895Kartik K. Agaram2017-05-2925-8774/+9151
|
* 3883Kartik K. Agaram2017-05-2717-1740/+1977
|
* 3879Kartik K. Agaram2017-05-263-64/+58
|
* 3878Kartik K. Agaram2017-05-261-105/+108
|
* 3877Kartik K. Agaram2017-05-2640-446/+441
|
* 3876Kartik K. Agaram2017-05-213-369/+377
| | | | Thanks Ella Couch for reporting this issue.
* 3875Kartik K. Agaram2017-05-214-978/+977
|
* 3872Kartik K. Agaram2017-05-202-506/+521
| | | | Starting to look for lack of organization in the edit/ app.
* 3871Kartik K. Agaram2017-05-207-911/+905
| | | | | | | | 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-208-526/+533
|
* 3869Kartik K. Agaram2017-05-198-2603/+2731
| | | | Clean up a few superficial things in Caleb's commit.
* 3867Kartik K. Agaram2017-05-1927-6281/+6313
|
* 3856Kartik K. Agaram2017-05-138-448/+449
| | | | | Bugfix on commit 3853: clear `render-all-on-no-more-events` once you've actually run the `render-all`.
* 3855Kartik K. Agaram2017-05-1318-3501/+3679
|
* 3849Kartik K. Agaram2017-05-101-356/+356
|
* 3848Kartik K. Agaram2017-05-062-150/+147
| | | | | Improve an error message. Still lots of room for improving how we render reagents in errors.
* 3847Kartik K. Agaram2017-05-062-149/+157
| | | | | Fix a crash on an invalid program. Thanks Lakshman Swaminathan for reporting this issue.
* 3845Kartik K. Agaram2017-05-0625-1457/+1364
|
* 3840Kartik K. Agaram2017-04-202-1549/+1547
| | | | | | | | Fix CI. Our previous approach was breaking because a test was generating different results depending on what layer you stopped at. Turns out we rename instructions in layer 54. So let's save the original_name in the same layer.
* 3839Kartik K. Agaram2017-04-202-1046/+1048
| | | | | | Fix CI. In the process I also fixed a bug in the tangle/ utility.
* 3838 - further improve an error messageKartik K. Agaram2017-04-201-473/+478
| | | | | | | Expanded instructions don't seem to be worth the space they take up. Let people think through the types of variables for themselves. Thanks again to Ella Couch.
* 3837Kartik K. Agaram2017-04-1913-1674/+1720
|
* 3831Kartik K. Agaram2017-04-183-7/+7
| | | | Fix CI.
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-1826-565/+565
|