about summary refs log tree commit diff stats
path: root/090scenario_filesystem_test.mu
Commit message (Collapse)AuthorAgeFilesLines
* 3705 - switch to tested file-system primitivesKartik K. Agaram2016-12-111-14/+0
|
* 3704Kartik K. Agaram2016-12-111-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..
* 3505Kartik K. Agaram2016-10-151-4/+4
|
* 3504Kartik K. Agaram2016-10-151-14/+14
|
* 3389Kartik K. Agaram2016-09-171-7/+7
|
* 3388Kartik K. Agaram2016-09-171-6/+6
|
* 3385Kartik K. Agaram2016-09-171-3/+3
|
* 3379Kartik K. Agaram2016-09-171-10/+10
| | | | Can't use type abbreviations inside 'memory-should-contain'.
* 3341Kartik K. Agaram2016-09-121-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: textKartik K. Agaram2016-09-121-4/+4
| | | | | In the process I've uncover a couple of situations we don't support type abbreviations yet. They're next.
* 3256Kartik K. Agaram2016-08-261-0/+24
| | | | | Bugfix in filesystem creation. I'm sure there are other fake-filesystem bugs.
* 3254Kartik K. Agaram2016-08-261-1/+17
|
* 3253 - writing to fake files in scenariosKartik K. Agaram2016-08-251-0/+31
| | | | High time I committed the part that works.
* 3231 - reading from fake files in scenariosKartik K. Agaram2016-08-201-0/+23