Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused files | EuAndreh | 2025-01-22 | 1 | -162/+0 |
| | |||||
* | Merge branch 'generic-immutable' | Matt Joiner | 2022-12-21 | 1 | -4/+7 |
|\ | |||||
| * | Update immutable to use comparable key constraints | Matt Joiner | 2022-12-21 | 1 | -2/+2 |
| | | |||||
| * | Mostly fix compatibility with immutable v0.4.0 | Matt Joiner | 2022-10-27 | 1 | -8/+105 |
|/ | | | | | | | | List has to be dropped because type aliases are not allowed for generic types. There's an outstanding issue that Set can't contain pointer values. https://github.com/benbjohnson/immutable/issues/25 I would abandon this package altogether, but there's no Set type in immutable, and its comparer and hasher types are more boilerplate than I want. | ||||
* | use generic atomic | Chris Wendt | 2022-06-08 | 1 | -0/+6 |
| | |||||
* | go mod tidy | Chris Wendt | 2022-06-07 | 1 | -20/+0 |
| | |||||
* | Panic when a transaction blocks after reading nothing | Matt Joiner | 2020-04-15 | 1 | -0/+20 |
| | |||||
* | Update go.mod | Matt Joiner | 2019-11-04 | 1 | -0/+1 |
| | |||||
* | Add stmutil containers and ContextDoneVar | Matt Joiner | 2019-11-01 | 1 | -0/+152 |