Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup: Add missing docs/tests to existing code #438

Open
preston-evans98 opened this issue Jun 28, 2023 · 1 comment · Fixed by #545, #540, #610 or #637
Open

Cleanup: Add missing docs/tests to existing code #438

preston-evans98 opened this issue Jun 28, 2023 · 1 comment · Fixed by #545, #540, #610 or #637
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@preston-evans98
Copy link
Member

preston-evans98 commented Jun 28, 2023

For each of the crates listed:

  1. Add all missing docs (use the #[deny(missing_docs)] flag to enforce this)
  2. Implement proptest::Arbitrary and arbitrary::Arbitrary for CallMessage. Audit tests and add any cases necessary
  3. Refactor/re-organize if necessary
  4. Re-check and update logs (remove extraneous debug info, format nicely, make sure log levels are reasonable)
  5. Enable doc tests.
@preston-evans98
Copy link
Member Author

Looks like this was closed accidentally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment