Petr Penzin
Petr Penzin
_Disclaimer: there are people that know more about Neko than I do :)_ Nonetheless, I was curious about that too and I've put together a [Haskell library](https://github.com/ppenzin/neko-lib-hs) that can read...
Hi @mynameGY , can you please add more details. What neko code are you running, can you post the source?
Looks like the string describing resources becomes too long to be allocated in Neko. You would probably have to report the issue for the tool that is getting this error....
This needs to be fixed in Lime ([openfl/lime][l], right @ncannasse?). To get help with fixing it you should report this issue in the lime repository. [l]: https://github.com/openfl/lime
Are strings allocated differently in HashLink? I haven't gotten to building it yet since I got stuck with FreeBSD build of Haxe :)
That makes sense since `l` is an int and `s` is the only string. You can submit a PR with the fix.
Trying to enable testing on multiple Windows images in #6832
Windows change is in, trying to change Ubuntu images in #6833
I've built and ran Chakra on Ubuntu 22, though not in the configurations that failed. Investigating. _Update:_ I can't repro those yet. Have an idea for what might be causing...
Now we have the same error in both jobs - it fails to regen bytecode and I'm not yet sure why. _Update:_ Hm, I thought I habitually ran on Ubuntu...