-
Notifications
You must be signed in to change notification settings - Fork 2
Patrick/code cleanup #890
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
Patrick/code cleanup #890
Conversation
…s inline, better testing error msgs
Frontend and Release Workflow Started here |
Frontend and Release Workflow Started here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
/// Initiates preprocessing of solution data and handles frontend input. | ||
/// | ||
/// TODO(johnmichael.burke@) https://swift-nav.atlassian.net/browse/CPP-245 | ||
/// TODO(johnmichael.burke@) <https://swift-nav.atlassian.net/browse/CPP-245> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think we can remove this and the missing functionalities comment
Frontend and Release Workflow Started here |
This is a slightly opinionated cosmetic refactor of swift-toolbox, and some minor other fixes. Here they are.
name/mod.rs
. To me, this style is cleaner, I am happy to revert this change.cargo doc --document-private-items
and just look over the docs that were created. It was useful to help me get acclimated to this crate anyway. Closes https://swift-nav.atlassian.net/browse/CPP-348utils/mod.rs
unit tests to use a case based test framework, have the message thrown if test fails be more helpful when comparing floats & byte strings.Sorry to put these all together, I should have done them as separate PRs.