Skip to content

Bugfix/uds#60

Open
heavenfall wants to merge 3 commits into
developfrom
bugfix/uds
Open

Bugfix/uds#60
heavenfall wants to merge 3 commits into
developfrom
bugfix/uds

Conversation

@heavenfall
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Member

@dharabor dharabor left a comment

Choose a reason for hiding this comment

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

Mostly OK, but missing code comments

}
};

// Keep for backward compatibility.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There's not much point to backwards compatibility at this point. The only affected project is warthog-jps, which we maintain. Might as well fix both.

@@ -14,6 +14,7 @@

#include "search_metrics.h"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

No header, no description of what is being implemented.

value, std::forward<TemplateFunc>(tfunc));
}

template<typename T, typename T2>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Not clear what we're doing here. please add some comments

return true;
}

struct uds_default_traits
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

No description of what the traits do?


template<typename Traits>
inline consteval admissibility_criteria
uds_trait_ac() noexcept
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing a description. what does this do? (please add comments similar to reopen policy)

}

template<typename Traits>
inline consteval feasibility_criteria
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please add comments to describe what this does


template<typename Traits>
inline consteval reopen_policy
uds_trait_rp() noexcept
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please add comments to describe what this does

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.

2 participants