tobil4sk

Results 366 comments of tobil4sk

There are tools we can use that compare the ABI with previous versions to check if SOVERSION ought to have changed. We can set up github actions that fail if...

This threads test currently works incorrectly in jit mode: https://github.com/HaxeFoundation/haxe/blob/ffd3b4561a33a2a6847a7369a61cb64653c35040/tests/threads/src/cases/TestEvents.hx#L35-L38 This is because local functions break exceptions in jit mode, see: https://github.com/HaxeFoundation/hxcpp/issues/876#issuecomment-2626208091

There are still cppia jit failures. I think it is due to: https://github.com/HaxeFoundation/hxcpp/pull/1212, but it's strange that it isn't affecting Linux because the minimal sample does.

> it's strange that it isn't affecting Linux because the minimal sample does. I've found that on linux there is an element of randomness, the same code can cause the...

`.ndll` is just neko's custom extension for system dynamic libraries, i.e. it's just a renamed `.dll`, `.dylib`, or `.so` depending on your system. There is no simple way to "decompile"...

These were the patch notes when xlocale.h was removed: https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27 > We know that a number of programs do include it, but because it has never been part of any...

The builtin javascript syntax in vim links `javascriptType` to `Type`, not `Function`. https://github.com/vim/vim/blob/cba93cab533b5da26b9e4a4338c1dc6e8aa3d409/runtime/syntax/javascript.vim#L59 https://github.com/vim/vim/blob/cba93cab533b5da26b9e4a4338c1dc6e8aa3d409/runtime/syntax/javascript.vim#L113 I think in these cases such as a class/interface declaration it is clear that the type...

We could look into whether there is some automatic way for the action to use the closest cygwin mirror: https://cygwin.com/mirrors.html UPDATE: it seems like the ocaml-setup action hardcodes the mirror:...

See also: https://github.com/ocaml/opam/issues/6474

The opam issue has been closed, so it should be sorted, although we are currently stuck on an old version of setup-ocaml: #12201