Zeta

Results 45 comments of Zeta

I've added an `AtomicBool` type (this is just a wrapper around AtomicInt, except on Java). I've also implemented atomics for C# again (this time simply using `__cs__`).

The leftovers from JIT support have been removed.

Resolved the conflict, everything should be working now. Hashlink test failure is due to the new native Int64 impl. (Which was not tested previously due to hl-ver being set to...

Fixed the issues with the new Int64 stuff in https://github.com/HaxeFoundation/haxe/pull/10860 and https://github.com/HaxeFoundation/hashlink/pull/574.

I would like to reiterate my concerns about the design of the FileInfo api. Half the fields don't really make sense on Windows, and iirc on some targets (mainly C#...

Imo having `null` be a valid value under null-safety for a type that is not `Null` is weird and unexpected. And it also breaks something like this: ```hx class Event...

> > Imo having null be a valid value under null-safety for a type that is not Null is weird and unexpected. > > I disagree specifically for enums. Enums...

> Actually, hang on. > > > current behavior is to force Neko > > Are you saying that if I typed `lime build windows` on Mac or Linux, it...

The easy fix would be to compile with `-D lime_disable_gpu_hint`. The proper fix would be to figure out why your C++ compiler doesn't support `_declspec`. One thing to try is...

...are you using Mingw or something? That error can only happen if you're using GCC/Clang instead of MSVC.