about summary refs log tree commit diff stats
path: root/edit/010-sandbox-trace.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3396Kartik K. Agaram2016-09-171-16/+16
|
* 3391 - type abbreviations everywhereKartik K. Agaram2016-09-171-37/+37
| | | | | | | | | Well, almost. I can't use them in some places in C++ where I'm just creating a temporary reagent without passing it through transforms. Like in some unit tests. I can't use them in memory-should-contain. And there's one remaining bug: I can't use abbreviations in a couple of places in 075channel.mu.
* 3369Kartik K. Agaram2016-09-151-12/+0
| | | | Fix some tests and make them less fragile.
* 3338Kartik K. Agaram2016-09-121-1/+1
| | | | Process type abbreviations in container definitions.
* 3337 - first use of type abbreviations: textKartik K. Agaram2016-09-121-12/+12
| | | | | In the process I've uncover a couple of situations we don't support type abbreviations yet. They're next.
* 3168 - skip loading recipe 'main' in edit/Kartik K. Agaram2016-08-121-1/+1
| | | | | | | This is part of efforts to allow students to transition gradually from the sandbox to running programs directly on the commandline, writing real scenarios, etc. Running on the commandline requires 'main', but overriding 'main' would mess up edit/ which is itself a Mu program.
* 3111Stephen Malina2016-07-141-1/+6
| | | | | Show number of instructions in the editor when a user clicks on a run instruction in the sandbox.
* 3067Kartik K. Agaram2016-06-251-1/+1
|
* 3052 - make edit/ render functions higher-orderKartik K. Agaram2016-06-121-1/+1
| | | | | | This required the fix of 3051 to first-class recipe support, and will next enable us to keep the cursor from moving in response to resize events.
* 3039 - bug fix in edit/Kartik K. Agaram2016-06-091-0/+42
| | | | Thanks Caleb Couch for finding this.
* 2979Kartik K. Agaram2016-05-191-0/+211