Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3705 - switch to tested file-system primitives | Kartik K. Agaram | 2016-12-11 | 1 | -14/+0 |
| | |||||
* | 3704 | Kartik K. Agaram | 2016-12-11 | 1 | -1/+20 |
| | | | | | | | Bugfix: writing to a new file in a non-empty fake file system. The one time I try to get a little clever, it bites me in the ass. That'll teach me.. | ||||
* | 3505 | Kartik K. Agaram | 2016-10-15 | 1 | -4/+4 |
| | |||||
* | 3504 | Kartik K. Agaram | 2016-10-15 | 1 | -14/+14 |
| | |||||
* | 3389 | Kartik K. Agaram | 2016-09-17 | 1 | -7/+7 |
| | |||||
* | 3388 | Kartik K. Agaram | 2016-09-17 | 1 | -6/+6 |
| | |||||
* | 3385 | Kartik K. Agaram | 2016-09-17 | 1 | -3/+3 |
| | |||||
* | 3379 | Kartik K. Agaram | 2016-09-17 | 1 | -10/+10 |
| | | | | Can't use type abbreviations inside 'memory-should-contain'. | ||||
* | 3341 | Kartik K. Agaram | 2016-09-12 | 1 | -1/+1 |
| | | | | | | | Process type abbreviations in function headers. Still a couple of places where doing this causes strange errors. We'll track those down next. | ||||
* | 3337 - first use of type abbreviations: text | Kartik K. Agaram | 2016-09-12 | 1 | -4/+4 |
| | | | | | In the process I've uncover a couple of situations we don't support type abbreviations yet. They're next. | ||||
* | 3256 | Kartik K. Agaram | 2016-08-26 | 1 | -0/+24 |
| | | | | | Bugfix in filesystem creation. I'm sure there are other fake-filesystem bugs. | ||||
* | 3254 | Kartik K. Agaram | 2016-08-26 | 1 | -1/+17 |
| | |||||
* | 3253 - writing to fake files in scenarios | Kartik K. Agaram | 2016-08-25 | 1 | -0/+31 |
| | | | | High time I committed the part that works. | ||||
* | 3231 - reading from fake files in scenarios | Kartik K. Agaram | 2016-08-20 | 1 | -0/+23 |