Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1259 - better failure messages for mu scenarios | Kartik K. Agaram | 2015-05-04 | 1 | -2/+12 |
| | |||||
* | 1258 | Kartik K. Agaram | 2015-05-04 | 1 | -0/+3 |
| | |||||
* | 1257 | Kartik K. Agaram | 2015-05-04 | 1 | -4/+0 |
| | |||||
* | 1253 - new notion of 'predefined globals in scenarios' | Kartik K. Agaram | 2015-05-04 | 1 | -5/+3 |
| | |||||
* | 1251 - cleanup flow of 'scenario' implementation | Kartik K. Agaram | 2015-05-04 | 1 | -31/+375 |
| | |||||
* | 1249 - new type: index_t | Kartik K. Agaram | 2015-05-04 | 1 | -1/+1 |
| | | | | | | | | It will always be identical to size_t, just more readable, like recipe_number, etc. The various unsigned types are sizes, indices (which often compare with sizes for bounds checking), numbers which are canonical elements of a specific space (like recipes or mu types), and ids which I haven't introduced yet. | ||||
* | 1248 - syntax for using screens in scenarios | Kartik K. Agaram | 2015-05-04 | 1 | -13/+10 |
| | | | | Still ugly as hell. | ||||
* | 1243 | Kartik K. Agaram | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | 1242 - simpler implementation for 'scenario' | Kartik K. Agaram | 2015-05-02 | 1 | -166/+76 |
| | | | | | Also now has the side effect that scenarios can have any number of 'run' or check or any future blocks, in any order. | ||||
* | 1234 - support for trace checks | Kartik K. Agaram | 2015-05-01 | 1 | -14/+0 |
| | |||||
* | 1222 | Kartik K. Agaram | 2015-04-29 | 1 | -1/+2 |
| | |||||
* | 1189 - add extensions to all layers | Kartik K. Agaram | 2015-04-24 | 1 | -0/+232 |
I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite. |