Diamante
Diamante
Thanks fed https://github.com/fedddddd/t6-gsc-utils/blob/main/src/component/int64.cpp
Closes #667
Hello, I'm using turnstyle in one of my GitHub workflows and I noticed I have been getting warnings about using the now deprecated command `set-output`. This is the article by...
Currently, on Linux, if I want to steer off from my system's default "libstdc++" and specify a different standard library implementation (often a must when using a compiler that isn't...
```c #define TOOL #if defined(TOOL) #inline scripts\mp\_utility; #else // empty #endif ``` Unexpected behaviour: `Com_ERROR: [ERROR]:preprocessor:scripts/mp/_utility.gsh:136:1: missing #endif` Expected behaviour: Compilation succeeds Using https://git.alterware.dev/AlterWare/jump-gsc/src/branch/main/iw5/scripts/mp/_utility.gsh Note!!! There is nothing wrong with...
```c #define METHOD_TEST( ent ) \ if ( ent isHost() ) \ { \ continue; \ } main() { thread onPlayerConnect(); } onPlayerConnect() { while ( true ) { level...
```c #define TEST #ifndef TEST #error How did this happen #endif main() { } ``` Expected behaviour: `#error` block should not be processed at all even though it's technically unsupported...