about summary refs log tree commit diff stats
path: root/blocking.arc.t
Commit message (Collapse)AuthorAgeFilesLines
* 718 - disable raw memory warnings in testsKartik K. Agaram2015-02-081-0/+1
|
* 624 - no, that's all wrong, scratch 623Kartik K. Agaram2015-01-251-1/+1
|
* 623 - 'nochange' to guard against race conditionsKartik K. Agaram2015-01-251-1/+1
| | | | | | | | | I dunno, this may all be a wild goose chase. I haven't been disciplined in tagging in-out arguments in 'read-move' and its helpers. Maybe I should just drop those 'nochange' oargs in 'read' and 'write'. Maybe I should reserve output args only for return values that callers might actually care about, and use more conventional metadata like 'const' or 'unique' or 'inout' on other args.
* 564Kartik K. Agaram2015-01-141-1/+1
|
* 553Kartik K. Agaram2015-01-131-1/+1
|
* 534 - this is how we test blocking channelsKartik K. Agaram2015-01-111-0/+25
Time to write some tests for the chessboard app.