Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3060 | Kartik K. Agaram | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | 3043 | Kartik K. Agaram | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | 3010 | Kartik K. Agaram | 2016-05-25 | 1 | -2/+2 |
| | | | | | | | | | | insert_container is getting pretty gnarly. It's spread across two layers (containers and shape-shifting containers), and since it has to deal with extending existing containers it's coiled in on itself, constantly reading and writing the Type table. Maybe I should uncoil the case of extending a container and make it separate from defining a new container. | ||||
* | 2990 | Kartik K. Agaram | 2016-05-20 | 1 | -2/+2 |
| | | | | | | | | | | Standardize quotes around reagents in error messages. I'm still sure there's issues. For example, the messages when type-checking 'copy'. I'm not putting quotes around them because in layer 60 I end up creating dilated reagents, and then it's a bit much to have quotes and (two kinds of) brackets. But I'm sure I'm doing that somewhere.. | ||||
* | 2987 | Kartik K. Agaram | 2016-05-20 | 1 | -0/+612 |