Actions
Bug #3955
closedFaceStatus: plural of "data" is "data"
Start date:
02/08/2017
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
FaceMgmt FaceStatus
struct contains nInDatas
and nOutDatas
fields. However, the plural form of "data" is "data", not "datas". Thus, these fields should be renamed as nInData
and nOutData
.
This should be changed in:
- FaceMgmt spec
ndn::nfd::FaceStatus
type and its usage in NFDnfdc status report xml
schema and corresponding implementation
Updated by Junxiao Shi almost 8 years ago
Given 0.7.0 is a breaking change, it is a good time to fix this historical mistake.
Note that this would not cause a wire format change: an old library that labels the TLV-TYPE as nInDatas/nOutDatas would continue to encode and decode the struct correctly.
Updated by Junxiao Shi over 7 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
- % Done changed from 0 to 10
FaceMgmt page is corrected in r67. ForwarderStatus page is corrected in r8.
Updated by Junxiao Shi over 7 years ago
- % Done changed from 10 to 40
https://gerrit.named-data.net/3815 ndn-cxx portion
Updated by Junxiao Shi over 7 years ago
- % Done changed from 40 to 80
https://gerrit.named-data.net/3827 NFD portion
Updated by Junxiao Shi over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Eventual removal will be performed in #3988.
Actions