Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3120 | Kartik K. Agaram | 2016-07-21 | 1 | -7/+7 |
| | | | | | | | | Always show instruction before any transforms in error messages. This is likely going to make some errors unclear because they *need* to show the original instruction. But if we don't have tests for those situations did they ever really work? | ||||
* | 3108 | Kartik K. Agaram | 2016-07-10 | 1 | -1/+0 |
| | |||||
* | 3061 | Kartik K. Agaram | 2016-06-17 | 1 | -0/+1 |
| | |||||
* | 3046 | Kartik K. Agaram | 2016-06-11 | 1 | -1/+1 |
| | |||||
* | 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.. | ||||
* | 2931 - be explicit about making copies | Kartik K. Agaram | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | 2893 | Kartik K. Agaram | 2016-05-03 | 1 | -0/+219 |