▲ | Etheryte 7 days ago | |||||||
Can't help but feel that this is a massive nothing-burger. You wouldn't generally expect your Java project to run if you use an incompatible version of the JVM, nor would you generally expect your C++ project to build if you swap one compiler for a different one. Etc, always specify what your project relies on, whether it's in the readme or in the dependency tree. | ||||||||
▲ | jcelerier 6 days ago | parent | next [-] | |||||||
> nor would you generally expect your C++ project to build if you swap one compiler for a different one. it's absolutely the expectation for C++ projects to support building on GCC, Clang and MSVC | ||||||||
| ||||||||
▲ | shepherdjerred 6 days ago | parent | prev [-] | |||||||
People love to hate on frontend/Node |