Actions
Bug #4730
closedInterestFilter.getRegexFilter wrong return type
Status:
Closed
Priority:
Low
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
InterestFilter.getRegexFilter is declared to have return type Name
. However, an NDN regular expression is not representable as a Name
.
This API should return std::string
, str
, string
, String
instead, just as the code already does.
Updated by Anonymous about 6 years ago
- Status changed from New to Closed
Thanks for catching this. Changes merged to master:
https://github.com/named-data/NDN-CCL-API/commit/cca32167e9574a2781e045aff9fcbd306d6739ee
http://named-data.net/doc/ndn-ccl-api/interest-filter.html#interestfilter-getregexfilter-method
Actions