Nicolas Cannasse
Nicolas Cannasse
I don't think this requires some specific opcodes, especially since the C version - which is supposed to be faster - is based on library function calls.
That's a lot of code. I'm curious what's the rationale for supporting all 8/16/32/64 bits int values ? I think 32 + ptr only would be good enough. Also, if...
I think we should keep things more simple with only int32 atomics and using primitives instead of opcodes.
> how to construct and throw instances of hl.uv.UVException You don't. Usually you would return error code / false / null and throw the appropriate error in the wrapper. >...
@RealyUniqueName no it's fine, you can access any C data structure or bytes directly from HL without any wrapper. GC cooperation is only required if the C side can free()...
No the GC can only free the pointers it allocates. Le mer. 25 août 2021 à 15:30, Aleksandr Kuzmenko ***@***.***> a écrit : > @ncannasse and if it's not free'd...
I think always using Bytes.ofString is the correct way, please submit a PR.
Still some failures there ;)
I think that's what we did for latest vcxproj : upgraded to vs2019 + win10 sdk Le sam. 13 août 2022 à 20:41, tobil4sk ***@***.***> a écrit : > @ncannasse...
Thanks !