-
# Logging and Trace - 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/debugging-trace-lo…
-
I have been playing with inline markup/xml feature of Haxe, but noticed a problem with code completion: no matter what the macro is returning as expr in place of the `@:markup` meta, code completion w…
-
- **Haxe version:** 4.3.6
- **Flixel version:** 5.8.0
- **OpenFL version:** 9.4.0
- **Lime version:** 8.2.1
- **Affected targets:** html5
________________________________
**Code snippet repr…
-
Unsure if this also happens in base hashlink since theres no mac build for the stable release.
but
```hx
var hello = [];
trace(hello[hello.length - 1]); // crash
```
```
hl.types.ArrayDyn…
-
The readme says Haxe and C# support is planned for tier 2.
Is this still the goal? Haxe support would be very awesome!
I see that Haxe tests was added and dropped last year - so thas why im asking…
datee updated
2 years ago
-
Fresh Sublime Text 3 (build 4169) with no user config and no other packages:
```
reloading plugin Haxe.HaxeComplete
generating meta info summary
Haxe : Reloading haxe module
Haxe : Reloading ha…
-
Moving this here to avoid some noise in the Haxe issue:
```
C:\git\go2hx>go version
go version go1.21.6 windows/amd64
C:\git\go2hx>git status
On branch master
Your branch is up to date with …
-
```
Add a flag indicate generated code should use haxe.Int64 instead of
com.netease.protobuf.Int64 and com.netease.protobuf.Int64 .
```
Original issue reported on code.google.com by `pop.atry@gmail.…
-
```
Add a flag indicate generated code should use haxe.Int64 instead of
com.netease.protobuf.Int64 and com.netease.protobuf.Int64 .
```
Original issue reported on code.google.com by `pop.atry@gmail.…
-
The first goal is to have the compiler written in Haxe and generating the corresponding OCaml code, allowing for a more familiar syntax for potential contributors and compiler team. At longer term, th…