tobil4sk

Results 366 comments of tobil4sk

I was able to get it working properly by adding in `FT_Select_Charmap((FT_Face)face, FT_ENCODING_UNICODE);`. We already have some code to set the char map, so that probably needs to be updated...

It would be better to move the jbuild plugin stuff to use dune-configurator instead so the intermediate environment variable can be avoided, however, moving to that would require [`include` support](https://dune.readthedocs.io/en/stable/reference/dune/install.html#including-files-in-the-install-stanza)...

> @hughsando Please check! It would be worth double checking if the full `BCR_CHECK`s are required in all cases, perhaps in some places it's enough just to check only `ctx->exception`....

I wonder if https://github.com/HaxeFoundation/haxe/pull/11558 might turn the `(Void)->Void` case into a haxe-side compiler error.

@barisyild Does this still reproduce for you? I have tried with haxe 4.3.6, 4.3.7 and 5.0.0-preview.1 and couldn't reproduce this error. For me, the `HANDSHAKE` string is correctly inlined: ```c...

I'm also testing this on windows 11

@barisyild Actually, the reason I wasn't able to reproduce was due to `-dce full`. If I remove that, I am able to reproduce it: ```haxe class Main { public static...

#804 should solve this particular case, for both jumbo builds and regular builds. It removes the `windows.h` include in `hl.h` which fixes the error for non-jumbo builds, and when `hlc_main.c`...

Hm, wasn't happening for me before but now I made a fresh empty project, and it is: ``` Haxe language server started Haxe Path: haxe Using --server-connect Haxe connected! Processing...

> if this is what used to happen anyway then it should be fine. Well, this is what it looked like at least, because when hovering over define flags they...