about summary refs log tree commit diff stats
path: root/054static_dispatch.cc
Commit message (Collapse)AuthorAgeFilesLines
* 3120Kartik K. Agaram2016-07-211-1/+1
| | | | | | | | 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?
* 3108Kartik K. Agaram2016-07-101-1/+0
|
* 3050Kartik K. Agaram2016-06-111-6/+6
|
* 3022Kartik K. Agaram2016-05-271-0/+1
| | | | Clean up 3020.
* 3006Kartik K. Agaram2016-05-241-8/+2
|
* 3003Kartik K. Agaram2016-05-241-2/+2
| | | | | | Bugfix: overriding a primitive recipe with a generic variant that takes an address of something shouldn't mask the primitive when you call it with literal 0.
* 3001Kartik K. Agaram2016-05-241-1/+3
|
* 2999Kartik K. Agaram2016-05-241-2/+2
|
* 2990Kartik K. Agaram2016-05-201-1/+1
| | | | | | | | | | 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..
* 2987Kartik K. Agaram2016-05-201-0/+620