mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
a3031aed03
## Description This PR adds a config file for [`weeder`](https://github.com/ocharles/weeder) to the `-mono` repository. `weeder` checks for dead code by building a call graph from the given entry points (currently every module named `Main` with a `main` function) and then marking every function _not_ in that call graph as dead code. To avoid very large PRs, I'm going to tackle this in a series. This first PR adds the basic configuration, plus removes as many weeds as it took for me to realise this was going to become a very big PR. The PRs after this will largely be removing dead code, until the final PR that will add Weeder to the CI pipeline. ### Related Issues This closes #2973. ## Affected components - Server PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4572 GitOrigin-RevId: ac8eaa9473e5ac1f16babcb35388694392d0d7dc |
||
---|---|---|
.. | ||
AnyBackend.hs | ||
Backend.hs | ||
BackendMap.hs | ||
GeoJSON.hs | ||
Tag.hs | ||
TH.hs | ||
Time.hs | ||
Types.hs | ||
Value.hs | ||
WKT.hs |