5 ms·
>user made a change that required recompiling the headers, those headers were uploaded to the server so that other users didn't have to recompile them. This so
by my-huge-pony 14d ago
>user made a change that required recompiling the headers, those headers were uploaded to the server so that other users didn't have to recompile them.
This sounds like a security nightmare - there is a reason we have build servers (well there are many reasons, but build safety is one of them).
But I have to admit the idea is clever.
- hinkley 13d agoI think the idea was that the IDE trusted itself, the same way we trust the CI server. Ken Thompson's Trusting Trust holds pretty equally for both.