Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins
|
2018-10-09
| ||
| 13:54 | add StateNil and StateTypeNil This adds Nil constants for State and StateType, which are useful for comparison if we don't care about the state value. NewState and NewStateType functions are added which "unmarshal" their types from string values (StateString* and StateTypeString* constants). Leaf check-in: c9ce244af6 user: schuller@bytemine.net tags: master, trunk | |
|
2018-09-17
| ||
| 09:22 | fix typo in state stringer Leaf check-in: 02953eb740 user: schuller@bytemine.net tags: trunk, v0.0.3 | |
|
2018-09-07
| ||
| 13:43 | export check result types the types checkResultVars and checkResult weren't exported. this changes: - checkResultVars to CheckResultVars - checkResult to CheckResultData the reason for this change is to have the possibility to construct values of these types in tests. check-in: 58d80cd5bf user: schuller@bytemine.net tags: trunk, v0.0.2 | |
|
2016-11-18
| ||
| 17:26 | initial commit check-in: 36210e353b user: schuller@bytemine.net tags: trunk | |