Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2990 | Kartik K. Agaram | 2016-05-20 | 1 | -4/+4 |
| | | | | | | | | | | 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.. | ||||
* | 2971 | Kartik K. Agaram | 2016-05-17 | 1 | -2/+13 |
| | | | | | | Long-overdue reorganization to support general 'dilated' reagents up front. This also allows me to move tests that are really about unrelated layers out of layers dealing with parsing. | ||||
* | 2931 - be explicit about making copies | Kartik K. Agaram | 2016-05-06 | 1 | -4/+4 |
| | |||||
* | 2894 | Kartik K. Agaram | 2016-05-03 | 1 | -689/+20 |
| | | | | | Reorganize the 'address' layer and split it up before we start greatly expanding them to manage refcounts in nested objects. | ||||
* | 2893 | Kartik K. Agaram | 2016-05-03 | 1 | -0/+1032 |