haxe icon indicating copy to clipboard operation
haxe copied to clipboard

Haxe - The Cross-Platform Toolkit

Results 401 haxe issues
Sort by recently updated
recently updated
newest added
trafficstars

The git repository in the Windows environment is considered "unsafe", which prevents git commands running. This is [the error](https://github.com/HaxeFoundation/haxe/runs/6133014139?check_suite_focus=true#step:11:26) they give: ``` fatal: unsafe repository ('/cygdrive/d/a/haxe/haxe' is owned by someone...

I get that error only with -hl out/main.c parameter, everything works with -hl game.hl and with -js html/js/main.js (for JS). Although I haven't yet been able to get the HL...

platform-hl

Seems the problem from #9950 is still happening. Looks like there is a conflict between the haxe package and the nekovm package, but the nekovm package is a dependency of...

Everything is red here from `final word`, instead of just `join` highlighting (not related to inline functions). ```haxe class Main { static function main() { final word = ["a", "b",...

```haxe function test(?x:String, ?e:haxe.macro.Expr.ExprDef) {} function main() { test(EBreak); } ``` This complains about `Unknown identifier : EBreak`. Should be very similar to #10633.

Not sure if this should be handled in vshaxe or compiler, probably regression ```haxe class Main { static function main() {} } class MyBar extends Bar { function beer() {}...

Test case: ``` class Test { static function main() { var url="https://worldtimeapi.org/api/timezone/America/Los_Angeles"; var result = haxe.Http.requestUrl( url ); trace(result); } } ``` try.haxe: https://try.haxe.org/#095cB22F This code runs as expected in...

This issue is from Heaps originally, and as requested, is moved here. Original issues https://github.com/HeapsIO/heaps/issues/1068 ---- copied from heaps issue minimum code https://github.com/ZwodahS/heaps-sound-bug OS : Mac heaps version: 57c1bd34779193636562621faca5a875b2113923 haxe:...

regression

This reproduces with development branch 526bd66 but not 4.1.2 or 4.0.5 See video, I'm trying to write: `new Uniform(new Vector4())` but it replaces it with another random type, in the...

bug
feature-ide

I cannot install on Fedora 36 using the official instructions on the [Linux install page](https://haxe.org/download/linux/). The main issue is when running the dnf command: ``` Error: Transaction test error: file...