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

Corrected mismatch in config.toml comment #2751

Merged
merged 2 commits into from
Oct 20, 2022
Merged

Conversation

ljoss17
Copy link
Contributor

@ljoss17 ljoss17 commented Oct 20, 2022

Closes: #2750

Description

This PR updates the comment in the example config.toml to correctly state that the default value for clear_on_start is true.
In addition the implementation of Default for the packet configuration values, struct Packet, has been removed as it was unused and had different values from the default values used in the Default implementation for ModeConfig.


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

…value of 'clear_on_start' is 'true' and removed unused Default implementation for Packet
@romac romac enabled auto-merge (squash) October 20, 2022 09:08
@romac romac merged commit 5630043 into master Oct 20, 2022
@romac romac deleted the luca_joss/config-bug-fix branch October 20, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mismatch between comment and implementation for default value of clear_on_start
2 participants