Task #4883
closedMove ndn::util::scheduler to ndn::scheduler
Added by Junxiao Shi over 5 years ago. Updated over 4 years ago.
100%
Updated by Davide Pesavento over 5 years ago
- Tracker changed from Feature to Task
- Priority changed from Normal to Low
- Start date changed from 03/16/2019 to 03/15/2019
- % Done changed from 0 to 30
Updated by Junxiao Shi over 5 years ago
In https://gerrit.named-data.net/5326, NFD is switching from nfd::scheduler::schedule
function to ndn::Scheduler::scheduleEvent
call. The scheduleEvent
function name seems too long. Shall we alias it to just schedule
?
Updated by Junxiao Shi over 5 years ago
https://gerrit.named-data.net/5329 performs the rename. It allows vertical shortening in several places, such as tests/unit/security/signature-sha256-with-ecdsa.t.cpp
.
I also did some deduplication in SegmentFetcher
.
Updated by Davide Pesavento over 5 years ago
Junxiao Shi wrote:
It allows vertical shortening in several places, such as
tests/unit/security/signature-sha256-with-ecdsa.t.cpp
.
No, not "several", that is the only place in ndn-cxx where this shortening makes any actual difference.
Updated by Davide Pesavento over 5 years ago
- Status changed from In Progress to Code review
- % Done changed from 70 to 100
Updated by Davide Pesavento over 5 years ago
- Status changed from Code review to Feedback
Updated by Davide Pesavento over 5 years ago
- Status changed from Feedback to Closed
Updated by Junxiao Shi over 5 years ago
- Status changed from Closed to Feedback
NLSR appears to be broken again. It seems that some new deprecated usage was introduced after https://gerrit.named-data.net/5327 has been merged.
Updated by Junxiao Shi over 5 years ago
- Status changed from Feedback to Closed
NLSR appears to be broken again.
Sorry, it's my devbox problem: I forgot to pull PSync changes.
Updated by Davide Pesavento over 4 years ago
- Tags changed from CodeCleanup to code-cleanup
- Start date deleted (
03/15/2019)