about summary refs log tree commit diff stats
path: root/073scenario_screen_test.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2299 - check types of ingredients in callsKartik K. Agaram2015-10-281-4/+4
| | | | | | | | | | Still very incomplete: a) we perform the check at runtime b) tests for edit and sandbox apps no longer work; we can't fix them until we get type parameters in both containers and recipes (because list and list operations need to become generic).
* 1962Kartik K. Agaram2015-08-091-2/+2
| | | | Standardize test names.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-5/+5
| | | | First step to reducing typing burden. Next step: inferring types.
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+29
I've tried to update the Readme, but there are at least a couple of issues.