You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was observed that several annotations in the codebase contain the string XXX and appear to represent a TODO or future task. These items may not be identified or documented via code searches for open issues. Examples include:
let tmp_state = std::mem::replace(self,Handler::Finished(Ok(Response::Nil)));
The above examples are not exhaustive. It is recommended to review the codebase for the XXX tag (or any other similar tag) and align them with a consistent approach to task tracking.
The text was updated successfully, but these errors were encountered:
It was observed that several annotations in the codebase contain the string
XXX
and appear to represent aTODO
or future task. These items may not be identified or documented via code searches for open issues. Examples include:zebra/zebra-network/src/policies.rs
Lines 6 to 12 in 6f896ef
zebra/zebra-network/src/constants.rs
Lines 13 to 14 in a4cb835
zebra/zebra-network/src/peer/connection.rs
Lines 136 to 139 in a4c5f75
The above examples are not exhaustive. It is recommended to review the codebase for the
XXX
tag (or any other similar tag) and align them with a consistent approach to task tracking.The text was updated successfully, but these errors were encountered: