Aurea

Results 54 issues of Aurea

As discussed on Slack, it would be nice to be able to annotate methods with pre- and post-conditions. ```haxe @:pre(x >= 3 && x < array.length + 3) @:post(return !=...

discussion

This is a tracking issue for tests that are currently disabled, either with `// ignore-test` or by being placed in the `tests_old` directory. Please edit this issue if the list...

```haxe var x = haxe.io.Bytes.alloc(0); cpp.Pointer.ofArray(x.getData()); var y = haxe.io.Bytes.ofHex(""); trace(x.compare(y)); ``` The output is `1`. If the second line is removed, the output is `0` as expected. Although `x.length`...

Fails to load `bit32.dll` when running the test, even though the library is installed, the DLL is there, and both the DLL and the EXE are 64-bit.

bug

Fails at runtime on `TestCallbacks`, probably related to Haxe refs.

bug

Unclear if "extensions" are still supported and how useful this even is given PHP is often used on security-hardened shared installations.

target

This probably requires implementing something like `hl.Syntax` in Haxe to inline C code when compiling to HL/C.

target