Split generic tests into separate package
Open
- Dominant language
- Haskell
- Stars
- 400
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
We have an impressive battery of tests which are generic in vector type. I propose splitting them into separate package to benefit anyone who defines instances for vector type classes (me). It turns out creating nontrivial instance *is* error prone. I was writing storable vectors with stride (vector elements are every n-th in buffer)
This will entail creating another package `vector-test` which exposes generic tests and moving vector's test suite there. @lehins @Bodigrim what's you opinion on that?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.