Skip to content

Conversation

@richidubey
Copy link
Owner

No description provided.

@richidubey richidubey closed this Jul 28, 2020
@richidubey richidubey reopened this Jul 28, 2020
filter_priority = _Scheduler_Node_get_priority( filter_base );
filter_priority = SCHEDULER_PRIORITY_PURIFY( filter_priority );

if( ret->Priority.value < filter_priority ) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this case, change it to > and only do the else logic, if there is nothing to be done here.

}

else {
//Backtrack on the path from
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similar comments as above, change this to the if { } branch, and elaborate a plan for how to achieve the backtracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants