Aleksandr Kuzmenko

Results 52 issues of Aleksandr Kuzmenko

Is it possible to setup nightly builds just like compiler nightlies? I think that will allow people to avoid all issues they have on Linux and OSX trying to build...

When readme is rendered on github anchor links like `[Installation instructions](#installation-instructios)` allows to reference any header in that same readme. I think haxelib website should reproduce this behavior.

website

TBD HaxeFoundation/haxe#10406

Please, commit instructions on how to prepare a hxcpp release.

Since https://github.com/HaxeFoundation/haxe/commit/6b7db0254e0035a2380b985fee1ff1160fd23ef2 `Array.iterator()` should return an instance of `haxe.iterators.ArrayIterator`. Currently this happens: ```haxe trace(([1, 2, 3]:Iterable).iterator()); // Object var it:ArrayIterator = cast ([1, 2, 3]:Iterable).iterator(); trace(it); // null ```

```haxe "😧".length; ``` ![img](https://i.imgur.com/7GNDNLX.png)

bug
diagnostics

E.g. `.try` or some project-specific snippet. Also some library can imply code patterns to use. E.g. I'd like `Text.create` to be unfolded to `UIBuilder.create(Text, { | })` when using StablexUI.

enhancement
completion
code-generation

Should be mentioned on https://staging.haxe.org/documentation/platforms/php.html