














staging.tmpstaging.tmp branch used for?, bors apparently only uses the GitHub API for creating merge commits. Would it similarly be possible to squash all the commits into one using the GitHub API, or does that not exist? Iโd envision a syntax like bors r+ squash or similar.








if(IsDDRace(&ServerInfo)) StartTick--; // the client recognizes the start one tick earlier than ddrace servers (edited)
IsDDRace






shared_ptr on that
shared_ptr isn't bad I'd think


s_RenderingStartedByServer feels like there should be a message somewhere but It's calculated only using local variables :/
#include <memory>
std::shared_ptr<int> pShared = std::make_shared<int>(1);
std::shared_ptr<int> pSecondPointer = pShared;pShared and pSecondPointer point to the same object
delete? (edited)

IFetchTask, which actually points to an allocated CFetchTask. Would delete work in this case? (edited)
IFetchTask, yes


CFetchTask it'll all work out fine right? (edited)





struct MyFancyJobHandle { std::shared_ptr<IFetchTask> m_pTask; } ? (edited)
IFetchTask::Abort() needs to be called










shared_ptr


