Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 624 - no, that's all wrong, scratch 623 | Kartik K. Agaram | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | 623 - 'nochange' to guard against race conditions | Kartik K. Agaram | 2015-01-25 | 1 | -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. | ||||
* | 564 | Kartik K. Agaram | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | 553 | Kartik K. Agaram | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | 534 - this is how we test blocking channels | Kartik K. Agaram | 2015-01-11 | 1 | -0/+25 |
Time to write some tests for the chessboard app. |