Friedrich von Never

Results 575 comments of Friedrich von Never
trafficstars

My plan was to check the behavior of C#, and just do the same in Cesium 😅 (possibly by modifying the referenced code in `PrimitiveType.cs` and how's it used) Generally,...

Please tell me why not? What's the mind set of the person who uses `long long` in their C code but don't want it to be bigger than just `long`?

Since this is a contradictory idea (I have to admit), we will likely add an option to disable it. When talking about ABI boundaries, I believe more options would be...

That cleanup procedure may also be a good place for various assertions, to track memory leaks and such, in case we want this kind of business.

Project fork for experiments with a rudimentary build script: https://github.com/ForNeVeR/sha1collisiondetection/blob/a00de8ddf23420057013a583551c9c31b48abe50/build.cesium.ps1

Well, is that an actual problem? Maybe just remove that log statement? But let's investigate if it occurs on a really non-terminating program, or if that's an error. I'm not...

Also yeah, we shouldn't just `Console.WriteLine` in there 😅

Thanks to @BadRyuner, the most significant part of the work is done.

> As I understood from here _Bool is a different unsigned integer type, but it corresponds with the standard unsigned integer type. Except there's no mention of "the standard unsigned...

Is it actually allowed, though? To me, the section **6.7.6 Declarators** of the standard looks like it disallows single `...` in the parameter list. gcc 12.2 from godbolt.org confirms this:...