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

Ticket31627 (missing config documentation) #1294

Merged
merged 7 commits into from Sep 5, 2019

Conversation

Labels
None yet
Projects
None yet
4 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Sep 4, 2019

No description provided.

@coveralls
Copy link

@coveralls coveralls commented Sep 4, 2019

Pull Request Test Coverage Report for Build 6074

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.001%) to 63.054%

Files with Coverage Reduction New Missed Lines %
src/feature/hs/hs_common.c 1 85.28%
Totals Coverage Status
Change from base Build 6051: -0.001%
Covered Lines: 47619
Relevant Lines: 75521

💛 - Coveralls

/**
* Log a warning that declaring that the option called <b>what</b>
* is deprecated because of the reason in <b>why</b>.
**/
void
warn_deprecated_option(const char *what, const char *why)
Copy link
Contributor

@teor2345 teor2345 Sep 5, 2019

This function will fail in log_warn() if what or why are NULL.

We should document that requirement and maybe add BUG() logs.
Or we could pass "" to log_warn() if what or why are NULL.

@torproject-pusher torproject-pusher merged commit eb909c4 into torproject:master Sep 5, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment