Barış Yıldırım
Barış Yıldırım
Actually hxcpp is supported by PS4/PS5 and these consoles use FreeBSD based operating systems. __ORBIS__ definition might work for FreeBSD compilation. https://github.com/HaxeFoundation/hxcpp/blob/54af892be2ca4c63988c99c9c524431af6c6f036/src/hx/Date.cpp#L363
I am using 25.6.1 and this feature is not working. x86_64
```bash > docker stats --no-stream | sort -k3 -r -h ... da0349d49a4e sentry-self-hosted-uptime-checker-1 28.85% 35.12MiB / 30.54GiB 0.11% 7.89GB / 16.6GB 61.4kB / 0B 23 ... ``` uptimer checker uses...
> please don't use AI to generate issues. > > this could have been an issue without body, because it's self-explanatory, instead it's full of AI vomit, wasting everyone's time....
I think you should also select Visual Studio 2017 SDK option on installer.
Luckily, I started implementing this today and was just creating an issue when I saw this :)
> not sure i understand the issue, what is the problem that needs fixing ? This feature is similar to Java's function feature, we can create functions with the same...
> Heya, > > There are some externs that I'm using that make use of the "overload" functionality provided in Haxe. Currently this is not supported. > > class Test...
Okay here is new reproduce code ```haxe class Test { public function new() { Test2.test("Hello"); Test2.test(42); Test2.test(42, "Hello"); } } class Test2 { public overload extern inline static function test(a:...
> ah ok, so the issue is static member overloads then. No, the problem does not only occur in internal access. ```haxe class Test { public function new() { var...