Aleksandr Kuzmenko

Results 52 issues of Aleksandr Kuzmenko

Hello. Today i decided to try IDEA. I downloaded IDEA 14.1.3 community edition, installed Haxe plugin and followed this guide: http://jasonsturges.com/2014/11/28/openfl-and-haxe-in-intellij-14/ Except i was trying to setup plain haxe project...

bug
Priority 2

The sample on https://haxe.org/manual/macro-ExprOf.html is broken: `Main.hx:9: characters 4-18 : String has no field identity` Either macro method should be moved to a separate module or the body of `main`...

* PHP target now requires mbstring PHP extension to be installed in runtime environment. * Minimum compatible PHP version is 7.0 https://haxe.org/manual/target-php-getting-started.html

Would be great to have a list of such keywords (like `extern`, `macro`)

help wanted
content

README should be added to the root level of haxelib package. And, prehaps, add following line in "How to use" section: ``` haxelib run as3hx test/ out/ ``` https://groups.google.com/d/msg/haxelang/qdFUlNYKpbE/s_FsuROIAwAJ

enhancement

Support PR for https://github.com/HaxeFoundation/haxe/pull/9111

Looks like `@:forward()` meta for abstract types is currently not supported. http://haxe.org/manual/types-abstract-forward.html

generator

Required for HaxeFoundation/haxe#10347 I implemented it as a separate set of functions to avoid intrusion in hashlink internals, which I don't understand yet.

See HaxeFoundation/haxe#10342 I'm unexpirienced with C/C++. Especially with memory management. Please, review thoroughly. Questions to figure out: - [ ] - ~how to construct and throw instances of `hl.uv.UVException`~ (see...