about summary refs log tree commit diff stats
path: root/015literal_noninteger.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2697Kartik K. Agaram2016-02-241-3/+9
|
* 2681 - drop reagent types from reagent propertiesKartik K. Agaram2016-02-211-3/+2
| | | | | | | | | | | | | | | | | All my attempts at staging this change failed with this humongous commit that took all day and involved debugging three monstrous bugs. Two of the bugs had to do with forgetting to check the type name in the implementation of shape-shifting recipes. Bug #2 in particular would cause core tests in layer 59 to fail -- only when I loaded up edit/! It got me to just hack directly on mu.cc until I figured out the cause (snapshot saved in mu.cc.modified). The problem turned out to be that I accidentally saved a type ingredient in the Type table during specialization. Now I know that that can be very bad. I've checked the traces for any stray type numbers (rather than names). I also found what might be a bug from last November (labeled TODO), but we'll verify after this commit.
* 2677Kartik K. Agaram2016-02-201-1/+1
| | | | Include type names in the type tree. Though we aren't using them yet.
* 2317Kartik K. Agaram2015-10-291-0/+42