parse_name() is one of two functions are critical to all other dns functions
and should be tested. It must be moved to dns.h in order to avoid including
dns.cpp.
Details
Details
- Reviewers
deadalnix Fabien jasonbcox - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING76868acef7b3: Move parse_name() to dns.h so it can be tested
rABC76868acef7b3: Move parse_name() to dns.h so it can be tested
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- MoveParseName
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7880 Build 13775: Bitcoin ABC Buildbot (legacy) Build 13774: arc lint + arc unit
Event Timeline
src/seeder/dns.h | ||
---|---|---|
34 ↗ | (On Diff #13631) | Why not just declare it? |
src/seeder/dns.h | ||
---|---|---|
34 ↗ | (On Diff #13631) | I would have to remove static if I did. |
src/seeder/dns.h | ||
---|---|---|
34 ↗ | (On Diff #13631) | and? |
Comment Actions
This diff is doing at least 3 things that aren't in the summary or title. Why not do nit-fixes in a separate diff and make this an easily reviewable, small change?
src/seeder/dns.h | ||
---|---|---|
5 ↗ | (On Diff #13715) | why is this added? |