Bug #3383
closedDeprecated makeDummyClientFace usage
100%
Description
AutoPrefixPropagator RibManager RibStatusManager
and some other test suites and fixtures are using deprecated ndn::util::makeDummyClientFace
and DummyClientFace::sentDatas
.
They should be replaced with the recommended non-deprecated counterparts.
Updated by Junxiao Shi almost 9 years ago
This could be a beginner task.
To find deprecated usages, execute grep -r -E 'makeDummyClientFace|sentDatas' tests/
on NFD repository.
To ensure no deprecated usage still exists after your patch, comment out NDN_UTIL_DUMMY_FACE_KEEP_DEPRECATED
in ndn-cxx/util/dummy-client-face.hpp
, and try to compile NFD.
Updated by Junxiao Shi almost 9 years ago
- Blocked by Feature #3146: Face::getTransport method added
Updated by Junxiao Shi over 8 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
Updated by Junxiao Shi over 8 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
NFD https://gerrit.named-data.net/2927
ndns https://gerrit.named-data.net/2928
ndn-tools https://gerrit.named-data.net/2929
ndn-group-encrypt https://gerrit.named-data.net/2930
ChronoSync https://gerrit.named-data.net/2932
NLSR https://gerrit.named-data.net/2933
nTorrent https://gerrit.named-data.net/2934
Among other projects currently on Jenkins:
No deprecated usage is found in ChronoChat ndn-traffic-generator repo-ng.
NFD-Android and ndnSIM use ndn-cxx forks so they are not affected.
Updated by Junxiao Shi over 8 years ago
Updated by Junxiao Shi over 8 years ago
- Status changed from Code review to Closed