about summary refs log tree commit diff stats
path: root/074console.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2299 - check types of ingredients in callsKartik K. Agaram2015-10-281-5/+5
| | | | | | | | | | 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).
* 2241 - back to type-checking get-addressKartik K. Agaram2015-10-051-1/+1
| | | | | Now duplex-list is fully non-generic and only works with characters. But we'll fix that in a bit..
* 2041Kartik K. Agaram2015-08-201-2/+1
|
* 1963 - redraw if window size changesKartik K. Agaram2015-08-091-0/+6
| | | | | This was important because somebody connecting on tmux would mess up the environment.
* 1883 - type-deducing in more .mu filesKartik K. Agaram2015-07-291-41/+34
|
* 1869 - rename the /deref property to /lookupKartik K. Agaram2015-07-281-12/+12
| | | | Should be a little bit more mnemonic.
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-10/+10
| | | | First step to reducing typing burden. Next step: inferring types.
* 1780 - now we always reclaim local scopesKartik K. Agaram2015-07-131-6/+6
| | | | | | But still no difference in either memory footprint or in running time. This will teach me -- for the umpteenth time -- to optimize before measuring.
* 1773 - update all mu recipes to new-default-spaceKartik K. Agaram2015-07-131-6/+6
| | | | | Turns out to not affect memory utilization or run-time. At all. But still looks nicer and requires less fudging on our part.
* 1731 - ah, now fully responsiveKartik K. Agaram2015-07-081-0/+13
| | | | The trick is to check for more events and not bother rendering if so.
* 1638Kartik K. Agaram2015-06-241-0/+102