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
Trying to remove all todos from codebase, I incountered this one that requires a bit of discussion.
The lasts_new_template field of roles-logic-sv2::job_creator::JobsCreators is a Vec<NewTemplate>, so it is thought to store more than one template. On the other hand, the method on_new_prev_hash does not allow more than one template in the same field (>1 lengths are dealt with the above todo!), which is an inconsistency.
@Fi3 told me privately that this issue is not a priority, but I think that eventually this shall be fixed.
The text was updated successfully, but these errors were encountered:
Trying to remove all todos from codebase, I incountered this one that requires a bit of discussion.
The
lasts_new_template
field ofroles-logic-sv2::job_creator::JobsCreators
is aVec<NewTemplate>
, so it is thought to store more than one template. On the other hand, the methodon_new_prev_hash
does not allow more than one template in the same field (>1 lengths are dealt with the abovetodo!
), which is an inconsistency.@Fi3 told me privately that this issue is not a priority, but I think that eventually this shall be fixed.
The text was updated successfully, but these errors were encountered: