about summary refs log tree commit diff stats
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
...
* 3706Kartik K. Agaram2016-12-111-2/+2
|
* 3705 - switch to tested file-system primitivesKartik K. Agaram2016-12-1113-643/+602
|
* 3704Kartik K. Agaram2016-12-112-5/+28
| | | | | | | Bugfix: writing to a new file in a non-empty fake file system. The one time I try to get a little clever, it bites me in the ass. That'll teach me..
* 3703Kartik K. Agaram2016-12-066-50/+59
|
* 3700Kartik K. Agaram2016-11-284-113/+71
| | | | | | Reorder products of some functions in the edit/ and sandbox/ apps. My recent realization: always return 'real' products before ones that just indicate an ingredient is mutable.
* 3699Kartik K. Agaram2016-11-285-14/+11
| | | | | Delete some obsolete /same-as-ingredient attributes. We should always let Mu deduce those at this point.
* 3697Kartik K. Agaram2016-11-271-13/+2
| | | | | | Decouple programming environment initialization from rendering. This helps make clear that we only need the width from screen during initialization.
* 3696Kartik K. Agaram2016-11-276-168/+193
| | | | | | Decouple editor initialization from rendering to screen. This hugely simplifies the header of 'new-editor' and makes clear that it was only using the screen for rendering.
* 3695Kartik K. Agaram2016-11-271-10/+10
|
* 3694Kartik K. Agaram2016-11-262-38/+45
| | | | Fix CI, broken by commit 3691.
* 3693Kartik K. Agaram2016-11-251-1/+5
|
* 3692Kartik K. Agaram2016-11-251-1/+1
| | | | | | If we're automatically passing ingredients to 'append' through 'to-text' if its first ingredient is text, we don't need to pass that first ingredient itself through 'to-text'.
* 3691Kartik K. Agaram2016-11-252-4/+3
| | | | Expand 'assert' to handle non-literal texts.
* 3690Kartik K. Agaram2016-11-251-0/+1
| | | | | Attempting to write to a file in a non-existent directory silently writes to a black hole in Unix. Make that explicit.
* 3689Kartik K. Agaram2016-11-252-8/+5
|
* 3688Kartik K. Agaram2016-11-256-6/+21
| | | | | | | Move my todos over the past couple of years into the codebase now that it might be going dormant. Surprising how few todos left undone!
* 3687Kartik K. Agaram2016-11-251-1/+1
|
* 3686Kartik K. Agaram2016-11-251-4/+4
|
* 3685Kartik K. Agaram2016-11-231-1/+0
|
* 3684Kartik K. Agaram2016-11-231-7/+8
| | | | | | | | | | | | | Trying to find examples where a layer includes complexity just so later layers can hook into it. Resolve_stack is the one big one I've found that isn't just a simple function-call indirection that may later get more complex. Conclusion of a conversation with Stephen Malina: Such examples should make one very nervous, because this sort of creep is how we end up with over-engineered abstractions (http://www.joelonsoftware.com/articles/fog0000000018.html). We need to step very carefully anytime we make the outsider reader's comprehension task harder..
* 3683Kartik K. Agaram2016-11-231-0/+26
|
* 3682Kartik K. Agaram2016-11-222-7/+9
| | | | | Clean up the flow of "mu --trace" followed by "mu browse-trace interactive".
* 3681Kartik K. Agaram2016-11-222-21/+22
| | | | Couple of fixes to example programs.
* 3679Kartik K. Agaram2016-11-177-17/+62
|
* 3674Kartik K. Agaram2016-11-131-1/+1
|
* 3673Kartik K. Agaram2016-11-135-15/+127
|
* 3667Kartik K. Agaram2016-11-1142-444/+745
|
* 3642Kartik K. Agaram2016-11-0610-119/+167
|
* 3628 - fix a segfault in parsingKartik K. Agaram2016-11-051-1/+8
| | | | Thanks Jack Couch for accidentally leading me to this bug.
* 3627 - selective dumping a single labelKartik K. Agaram2016-11-051-1/+5
| | | | Follow-up to commit 3516.
* 3626Kartik K. Agaram2016-11-052-0/+46
|
* 3623Kartik K. Agaram2016-11-051-0/+1
| | | | Umpteenth bugfix to ensure we show the number of failed scenarios.
* 3622 - handle fractional coordinates in printKartik K. Agaram2016-11-052-0/+33
|
* 3621Kartik K. Agaram2016-11-042-3/+3
|
* 3619Kartik K. Agaram2016-10-311-6/+25
|
* 3618Kartik K. Agaram2016-10-312-9/+9
|
* 3617Kartik K. Agaram2016-10-311-21/+21
|
* 3613Kartik K. Agaram2016-10-313-8/+23
|
* 3609Kartik K. Agaram2016-10-293-2/+10
|
* 3604Kartik K. Agaram2016-10-2713-70/+108
|
* 3588 - documentation for filesystem and networkKartik K. Agaram2016-10-243-0/+18
|
* 3578Kartik K. Agaram2016-10-239-369/+348
|
* 3569Kartik K. Agaram2016-10-2350-4603/+4603
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3568Kartik K. Agaram2016-10-2317-58/+58
| | | | Fix syntax highlighting for labels after commit 3552.
* 3567Kartik K. Agaram2016-10-238-25/+58
|
* 3562Kartik K. Agaram2016-10-222-131/+107
| | | | Fix CI. Revert accidentally-added files.
* 3561Kartik K. Agaram2016-10-2230-169/+197
|
* 3560Kartik K. Agaram2016-10-221-1/+1
|
* 3558Kartik K. Agaram2016-10-2242-129/+236
|
* 3544Kartik K. Agaram2016-10-2266-66/+66
|