Commit Graph

14 Commits

Author SHA1 Message Date
Kartik K. Agaram 294b2ab359 3705 - switch to tested file-system primitives 2016-12-11 16:18:18 -08:00
Kartik K. Agaram d5c86dfd87 3704
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..
2016-12-11 15:31:04 -08:00
Kartik K. Agaram 9ed95defa5 3505 2016-10-15 23:56:30 -07:00
Kartik K. Agaram 0893d65e27 3504 2016-10-15 23:55:21 -07:00
Kartik K. Agaram 760f683f27 3389 2016-09-17 12:55:10 -07:00
Kartik K. Agaram 80df524b56 3388 2016-09-17 10:32:57 -07:00
Kartik K. Agaram 7a84094adb 3385 2016-09-17 10:28:25 -07:00
Kartik K. Agaram 08f4628e8b 3379
Can't use type abbreviations inside 'memory-should-contain'.
2016-09-17 00:31:55 -07:00
Kartik K. Agaram 59e47aca14 3341
Process type abbreviations in function headers.

Still a couple of places where doing this causes strange errors. We'll
track those down next.
2016-09-12 10:00:43 -07:00
Kartik K. Agaram ea19d0dc2c 3337 - first use of type abbreviations: text
In the process I've uncover a couple of situations we don't support type
abbreviations yet. They're next.
2016-09-12 00:38:36 -07:00
Kartik K. Agaram 0230a6cc0b 3256
Bugfix in filesystem creation. I'm sure there are other fake-filesystem
bugs.
2016-08-26 11:27:13 -07:00
Kartik K. Agaram 6641b24768 3254 2016-08-26 10:45:42 -07:00
Kartik K. Agaram 2d3d88d955 3253 - writing to fake files in scenarios
High time I committed the part that works.
2016-08-25 14:00:06 -07:00
Kartik K. Agaram ebea4c3f4a 3231 - reading from fake files in scenarios 2016-08-20 18:29:09 -07:00