about summary refs log tree commit diff stats
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* 4054Kartik K. Agaram2017-10-129-369/+369
|
* 4053Kartik K. Agaram2017-10-122-5/+5
|
* 4052Kartik K. Agaram2017-10-129-140/+1935
|
* 4028Kartik K. Agaram2017-10-121-4/+4
|
* 4027Kartik K. Agaram2017-10-121-0/+249
| | | | Hacky one-time html rendering for a single layer in subx.
* 4010Kartik K. Agaram2017-10-041-15/+15
|
* 4009Kartik K. Agaram2017-10-041-17/+22
| | | | | Undo commit 4002 for factorial.mu, because index.html describes it as an example showing the labels '{' and '}'.
* 4008Kartik K. Agaram2017-09-2513-1276/+1283
| | | | | Allow list `push` operation to save result in a new list rather than mutate the existing list.
* 4007Kartik K. Agaram2017-09-251-2/+2
|
* 4006Kartik K. Agaram2017-09-241-49/+48
|
* 4005Kartik K. Agaram2017-09-241-99/+103
| | | | https://www.reddit.com/r/ProgrammingLanguages/comments/727va7/a_comparison_of_lisps/dnh2q6u
* 4004Kartik K. Agaram2017-09-231-1/+1
|
* 4003Kartik K. Agaram2017-09-2344-2169/+2135
|
* 4001Kartik K. Agaram2017-09-181-1/+1
|
* 3998Kartik K. Agaram2017-09-131-427/+444
|
* 3995Kartik K. Agaram2017-09-136-685/+738
|
* 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.