Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7159 - explicitly use 'return' everywhere | Kartik Agaram | 2020-11-02 | 1 | -1/+3 |
| | | | | https://github.com/akkartik/mu/issues/45#issuecomment-719990879, task 2. | ||||
* | 7105 - tile: define-function works with strings | Kartik Agaram | 2020-10-25 | 1 | -10/+0 |
| | |||||
* | 7104 - tile: word-rename works with strings | Kartik Agaram | 2020-10-25 | 1 | -1/+21 |
| | |||||
* | 7099 | Kartik Agaram | 2020-10-25 | 1 | -1/+1 |
| | |||||
* | 6871 | Kartik Agaram | 2020-09-26 | 1 | -0/+1 |
| | | | | Segfault now fixed. Everything seems to be working again. | ||||
* | 6870 | Kartik Agaram | 2020-09-26 | 1 | -11/+7 |
| | | | | | | Emit a stack of not ints but more complex objects containing the int payload. Function calls again segfaulting. | ||||
* | 6868 | Kartik Agaram | 2020-09-26 | 1 | -2/+37 |
| | | | | First function call working in apps/tile! | ||||
* | 6860 | Kartik Agaram | 2020-09-26 | 1 | -5/+5 |
| | | | | | Snapshot: tile currently segfaulting. I need to back up and make it easier to debug. | ||||
* | 6859 | Kartik Agaram | 2020-09-25 | 1 | -0/+47 |