about summary refs log tree commit diff stats
path: root/051scenario_test.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3385Kartik K. Agaram2016-09-171-6/+6
|
* 3379Kartik K. Agaram2016-09-171-3/+3
| | | | Can't use type abbreviations inside 'memory-should-contain'.
* 3015 - more symbolic names in testsKartik K. Agaram2016-05-261-15/+15
| | | | | | There's still a problem: if I ever want to use any of the special scenario variables like 'screen', 'console', etc., then I can't use 'local-scope' in my scenario.
* 2987Kartik K. Agaram2016-05-201-0/+70
|
* 2971Kartik K. Agaram2016-05-171-70/+0
| | | | | | Long-overdue reorganization to support general 'dilated' reagents up front. This also allows me to move tests that are really about unrelated layers out of layers dealing with parsing.
* 2467 - rename 'string' to 'text' everywhereKartik K. Agaram2015-11-211-1/+1
| | | | | | | | Not entirely happy with this. Maybe we'll find a better name. But at least it's an improvement. One part I *am* happy with is renaming string-replace to replace, string-append to append, etc. Overdue, now that we have static dispatch.
* 2466 - eliminate ':string' from scenariosKartik K. Agaram2015-11-211-1/+1
|
* 1990 - extra ingredient for 'trace' depthKartik K. Agaram2015-08-131-1/+1
| | | | Now we can make use of all the depths from 1 to 99.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-9/+9
| | | | First step to reducing typing burden. Next step: inferring types.
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-6/+6
| | | | ..now that we support non-integers.
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+70
I've tried to update the Readme, but there are at least a couple of issues.