-
Original `haxe.EnumFlags` come from a before-abstract Haxe, I think it would be time to revamp it.
Ideally one would like to be able to do the following:
```haxe
@:enumFlags abstract Flags(Int)…
-
Tested on eval target. Normally works, but breaks with `--no-inline` since https://github.com/HaxeFoundation/haxe/commit/ea42f81f9371ae01282e819810f88b4017d9674c.
```haxe
class Main {
static fu…
-
code for example:
```haxe
package;
class Main {
static function main() {
Reflect.callMethod({}, new Foo().test, []);
}
}
class Foo {
public function new() {}
public function …
-
Using machine: Ubuntu 16.04 in Hyper-V Virtual Machine on Windows 10
Haxe: 3.4.0
I tried jtransc for my test project [fxzjshm/Polyfiter](https://github.com/fxzjshm/Polyfiter) but I got several err…
-
The Host class API is not able to handle IPv6 adresses. I currently dont have any idea how a better API should look like. May it would be a good idea to deprecate the Host class and replace it with an…
-
It seems that extraParams.hxml won't import any library given by `-lib mylib`.
@nadako investigated this a bit for me so i will just throw a few quotes from IRC
> it does process arguments after add…
-
All Int64 methods are inlined for targets that don't have a custom implementation.
https://github.com/HaxeFoundation/haxe/blob/development/std/haxe/Int64.hx#L253
So for example when adding two longs …
-
Hello,
I've recently been working on some stuff which requires reading haxe telemetry data, while I've got the general gist of the format down and can successfully read telemetry data from a client I…
-
# Typedef - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/type-system-typedef.html](ht…
-
The following code causes a hard crash on the cpp target that can't be caught, which is a problem for tools like [crashdumper](https://github.com/larsiusprime/crashdumper):
```haxe
class Main {
…