Move Fast and Fix Things
githubengineering.com
Move Fast and Fix Things
1–10 of 95 posts
Re: Move Fast and Fix Things
#2Re: Move Fast and Fix Things
#3Re: Move Fast and Fix Things
#4I am trying to understand why the new merge method needed to be tested online via experiment. Both correctness and performance of the new merge method could have been tested offline working with snapshots (backups) of repos. Could a github engineer shed more light here?
Re: Move Fast and Fix Things
#5I am trying to understand why the new merge method needed to be tested online via experiment. Both correctness and performance of the new merge method could have been tested offline working with snapshots (backups) of repos. Could a github engineer shed more light here?
Re: Move Fast and Fix Things
#6Wow, strange that people weren't reporting these merge issues when they were clearly impacting people.
I've always had to report issues to GitHub via email as they do not have a public issue tracker (something I've always found a bit ironic).
Re: Move Fast and Fix Things
#7Wow, strange that people weren't reporting these merge issues when they were clearly impacting people.
Edit: Ah, I see - talking about the Git bugs, not the differences . I’m actually not surprised that “256 (or a multiple) merge conflicts” was never noticed (or at least root-caused and fixed) by the entire git community.
Wonderful ability to use a large userbase as a giant fuzzer.
Re: Move Fast and Fix Things
#8Re: Move Fast and Fix Things
#9Wow, strange that people weren't reporting these merge issues when they were clearly impacting people.
I haven't read the whole article yet, so I might have missed something; but how do we know that people weren't reporting these issues? I've always had to report issues to GitHub via email as they do not have a public issue tracker (something I've always found a bit ironic).
Re: Move Fast and Fix Things
#10I am trying to understand why the new merge method needed to be tested online via experiment. Both correctness and performance of the new merge method could have been tested offline working with snapshots (backups) of repos. Could a github engineer shed more light here?