▲ | 1718627440 3 days ago | |||||||
> your build environment doesn't support our codebase If that is due to the build environment deviating from the standard, then I agree with you. However, when its due to the codebase deviating from the standard, then why blame the build environment developers for expecting codebases to adhere to standards. That's the whole point of standards. | ||||||||
▲ | milch 3 days ago | parent | next [-] | |||||||
Is there a standard that all software must be developed in ANSI C that I missed, or something? The git developers are saying - we want to use Rust because we think it will save us development effort. NonStop people are saying we can't run this on our platform. It seems to me someone at git made the calculus: the amount that NonStop is contributing is less than what we save going to Rust. Unless NonStop has a support contract with git developers that they would be violating, it seems to me the NonStop people want to have their cake and eat it too. According to git docs they seem to try to make a best effort to stick to POSIX but without any strong guarantees, which this change seems to be entirely in line with: https://github.com/git/git/blob/master/Documentation/CodingG... | ||||||||
| ||||||||
▲ | kstrauser 3 days ago | parent | prev [-] | |||||||
Had you been under the impression that any of these niche platforms conform to any common standard other than their own? Because they don’t. For instance, if they were fully POSIX compliant, they’d probably already have LLVM. | ||||||||
|