Egor Pugin

Results 195 comments of Egor Pugin

@Gei0r You might be interested in my version with advanced ranges etc. See tons of examples in tests https://github.com/egorpugin/primitives/blob/master/src/version.cpp#L1839 Root dir https://github.com/egorpugin/primitives/tree/master/src/version It works in my C++ build system/package manager...

@pettitpeon FYI https://github.com/Neargye/semver/issues/6#issuecomment-796742472

They should be available in some time.

> And I note that the GPL license would require me to contribute all of that work back to the project too. It does not require to contribute back. Just...

> if I'm selling software based on the GPL'd code, I have to make my modifications available. Not only modifications, you must provide sources to client or make it available...

@stevesobol > if I have some functionality I don't want to distribute under the GPL, it needs to be included in a completely separate binary, built from code that isn't...

Please open a pull request with your changes.

Github actions + sw: https://github.com/reo7sp/tgbot-cpp/commit/919ce7b596ebcbb3785e9d4eb0bbb8208b7ef6cb

What about some `~flex_out_main_PID` name?

You'll still get a race there. The race is between `tmpnam` and `fopen`. Two processes can get the same name again. ``` name = tmpnam(); //