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
When I was implementing Arc, I found that the testing for *Arc:: make_cut() was not very comprehensive. The documentation only explained that it need to clone an inner value, but did not mention how to update the internal count. I made a mistake during my first implementation. Later, I compared with the standard library and updated the following tests. I believe this will make the test samples in this section more comprehensive.
When I was implementing Arc, I found that the testing for
*Arc:: make_cut()
was not very comprehensive. The documentation only explained that it need to clone aninner value
, but did not mention how to update the internalcount
. I made a mistake during my first implementation. Later, I compared with the standard library and updated the following tests. I believe this will make the test samples in this section more comprehensive.The text was updated successfully, but these errors were encountered: