Open jzelinskie opened 9 months ago
I think I can help, could I be assigned to this?
There are a few instances here that are actually being used by external projects. Let one of the maintainers filter down the list and then you can absolutely help out!
cc @ecordell @vroldanbet
@jzelinskie I think the best course of action here would be to open a PR with the fix, and then gather the list that breaks our internal usages, and fix the PR.
I also noticed the linter identifies code that is only used on tests as dead code
We should likely mark anything in pkg
as being ignored, since any removal will require a proper deprecation process
What platforms are affected?
linux, macos, windows, others
What architectures are affected?
amd64, arm64, others
What SpiceDB version are you using?
main
Steps to Reproduce
go install golang.org/x/tools/cmd/deadcode@latest
deadcode -test ./...
Expected Result
No output
Actual Result