aboutsummaryrefslogtreecommitdiff
path: root/external_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify code into default repo formatEuAndreh2025-01-221-151/+0
|
* Mostly fix compatibility with immutable v0.4.0Matt Joiner2022-10-271-3/+2
| | | | | | | | 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.
* replace "interface{}" with "any"Chris Wendt2022-06-081-1/+1
|
* eliminate some type assertionsChris Wendt2022-06-081-6/+6
|
* remove unnecessary type parametersChris Wendt2022-06-081-2/+2
|
* BIG change: generic Var[T], txVar, etc.Chris Wendt2022-06-081-25/+25
|
* Move some benchmarks to be external testsMatt Joiner2020-09-101-0/+152