about summary refs log tree commit diff stats
path: root/076scenario_console_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).
* 1616 - merging keyboard and events into 'console'Kartik K. Agaram2015-06-211-0/+25
Only core layers currently passing. Console apps are probably still broken.