about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 3503Kartik K. Agaram2016-10-153-11/+11
| | | | | Undo commit 3500; turns out we need the duplicate scenario names for good test failure messages.
* 3502Kartik K. Agaram2016-10-153-10/+14
| | | | | | | | Better implementation of commit 3445: not requiring types for special variables in scenarios. It turned out that it wasn't working anytime we needed to call 'get' on a special variable inside a scenario. After moving that work to an earlier transform we can now use 'filesystem' without a type inside scenarios.
* 3501Kartik K. Agaram2016-10-151-2/+2
|
* 3500Kartik K. Agaram2016-10-153-11/+11
|
* 3499Kartik K. Agaram2016-10-151-2/+1
|
* 3498Kartik K. Agaram2016-10-141-1/+1
|
* 3497Kartik K. Agaram2016-10-132-46/+48
|
* 3496Kartik K. Agaram2016-10-111-2/+2
|
* 3495Kartik K. Agaram2016-10-111-1/+1
|
* 3494Kartik K. Agaram2016-10-111-3/+1
|
* 3493Kartik K. Agaram2016-10-101-1/+1
|
* 3492Kartik K. Agaram2016-10-101-2/+2
|
* 3491Kartik K. Agaram2016-10-0915-175/+347
| | | | | Update the html, proving that commit 3490 worked. The only changes are from other recent commits.
* 3490Kartik K. Agaram2016-10-0917-303/+310
| | | | | | | | | | | | | | | Redo commit 3457. Basically there were 3 unicode characters we changed back then: solid horizontal line: 9473 -> 9472 fuzzy horizontal line: 9480 -> 9548 fuzzy vertical line: 9482 -> 9550 The solid horizontal line has no issues, so we just redo it here. For the other two, we'll perform the substitution only when rendering html. That gives us the best of both worlds: the scenario screens render right in html, and alt-tabbing continues to be snappy when running the edit/ app.
* 3489Kartik K. Agaram2016-10-0822-1015/+1015
| | | | | | | | | | Revert commit 3457, where I switched the unicode characters used in the edit/ app to something that doesn't render double-wide in html. It turns out that the new unicode characters made iTerm2 sluggish in alt-tabbing between windows. (Commit 3488 only fixed the screen-clearing issue.) I haven't reverted the html files. I'm going to redo commit 3457 next so the html files continue to render like they do now.
* 3488 -Kartik K. Agaram2016-10-082-2/+2
| | | | | | I'd messed up termbox in commit 3443; it was weird how it failed though. The terminal got really sluggish to switch between windows when the edit/ app was running. And it stopped clearing the screen properly.
* 3487Kartik K. Agaram2016-10-081-1/+1
|
* 3486Kartik K. Agaram2016-10-081-3/+3
|
* 3485Kartik K. Agaram2016-10-081-2/+2
|
* 3484Kartik K. Agaram2016-10-081-5/+5
|
* 3483Kartik K. Agaram2016-10-089-111/+111
|
* 3482Kartik K. Agaram2016-10-081-1/+1
|
* 3481Kartik K. Agaram2016-10-081-2/+2
|
* 3480Kartik K. Agaram2016-10-081-2/+2
|
* 3479Kartik K. Agaram2016-10-081-0/+0
|
* 3478Kartik K. Agaram2016-10-081-5/+8
|
* 3477Kartik K. Agaram2016-10-081-0/+5
|
* 3476Kartik K. Agaram2016-10-073-10/+10
|
* 3475Kartik K. Agaram2016-10-071-22/+20
|
* 3474Kartik K. Agaram2016-10-071-20/+27
| | | | Don't print anything during build if there's nothing being built.
* 3473Kartik K. Agaram2016-10-071-2/+2
|
* 3472Kartik K. Agaram2016-10-071-2/+2
|
* 3471Kartik K. Agaram2016-10-071-10/+17
|
* 3470Kartik K. Agaram2016-10-071-3/+4
|
* 3469Kartik K. Agaram2016-10-071-5/+5
|
* 3468Kartik K. Agaram2016-10-071-1/+1
| | | | Don't run Mu if the compile fails.
* 3467Kartik K. Agaram2016-10-071-19/+18
|
* 3466Kartik K. Agaram2016-10-071-13/+14
|
* 3465Kartik K. Agaram2016-10-071-5/+8
| | | | Fix a few names in comments.
* 3464Kartik K. Agaram2016-10-071-2/+1
|
* 3463Kartik K. Agaram2016-10-071-5/+4
|
* 3462Kartik K. Agaram2016-10-074-5/+11
| | | | Better examples in the Readme: keyboard, mouse and filesystem tests.
* 3461Kartik K. Agaram2016-10-071-8/+9
|
* 3460Kartik K. Agaram2016-10-071-0/+1
|
* 3459Kartik K. Agaram2016-10-071-2/+2
|
* 3458Stephen Malina2016-10-072-2/+118
| | | | Testable network interface and write flow.
* 3457Kartik K. Agaram2016-10-0633-1766/+1766
| | | | | Switch around some unicode characters in the edit/ app so that it renders more cleanly in html (with monospace fonts).
* 3456Kartik K. Agaram2016-10-0619-568/+601
|
* 3455Kartik K. Agaram2016-10-063-3/+3
|
* 3454Kartik K. Agaram2016-10-061-1/+1
| | | | Yet another fix for CI.