IntersectMBO / IntersectMBO/lsm-tree

[BUG] The haddock documentation on `lsm-tree`'s Hackage page for `TableConfig` is missing record fields

Open
#795 3 comments 0 reactions 0 assignees View on GitHub
bug documentation good first issue lsm-tree priority: medium
Dominant language
Haskell
Stars
53
Forks
17
Avg merge
2d 3h
Merged PRs (30d)
4

Description

`TableConfig` exposes its record fields from the `Database.LSMTree` module like so:

```haskell
TableConfig (
confMergePolicy,
confSizeRatio,
confWriteBufferAlloc,
confBloomFilterAlloc,
confFencePointerIndex,
confDiskCachePolicy,
confMergeSchedule,
confMergeBatchSize
),
```

However, these record fields are not rendered in the Haddocks. See:
https://hackage-content.haskell.org/package/lsm-tree-1.0.0.0/docs/Database-LSMTree.html#t:TableConfig

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.