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
I will follow up with a PR adding this test and fixing the issue, which are probably the best way to explain it, although I didn't give my full attention to make sure the fix is doing the right thing so someone should look closely :). I think a more complete fix would be to remove the Head from InProgressThinBox entirely as I'm not sure it really needs to be there.
The text was updated successfully, but these errors were encountered:
A typo in
ThinBox::clone()
causes it todrop_in_place
au8
, not aHead
.A test which demonstrates this is here.
I will follow up with a PR adding this test and fixing the issue, which are probably the best way to explain it, although I didn't give my full attention to make sure the fix is doing the right thing so someone should look closely :). I think a more complete fix would be to remove the
Head
fromInProgressThinBox
entirely as I'm not sure it really needs to be there.The text was updated successfully, but these errors were encountered: