A case of mistaken encoding
paulsamways.com2 pointsby paulsamways0 comments
Because of course that's not how it really works. Instead, it makes
a local copy of that external library. And if you have a local copy,
you can edit it. And meanwhile, that person you copied the OpenGL code
from? They are also changing their version (fixing bugs, adding features,
adding bugs).
In short, original developer has the clone of the OpenGL library in their 'src' directory. While working on Haunts his making changes to it and not pulling updates from upstream. All is well, things will always build on his machine because as you say, it won't update unless he does 'go get -u'. > I feel like one of us is bat shit insane, and at this point, I am just hoping it isn't me.
I don't think (hope) either of us are, just not thinking on the same track :) I hope what I've written is clear enough that you can see what I was saying.