Jean-Bapiste Lepesme

Results 3 issues of Jean-Bapiste Lepesme

``` #define TRANSFORM_DECLTYPE(MInput) decltype(MInput) #define DECLTYPE_LIST(...) MAP_LIST(TRANSFORM_DECLTYPE, __VA_ARGS__) DECLTYPE_LIST(a,b,c) DECLTYPE_LIST() ``` Results in: ``` decltype(a), decltype(b), decltype(c) decltype() ``` I expected the case where no arguments are passed to expand...

Hello, I get a crash, with what seems to be a stack-overflow of frexpl. Steps to reproduce with the example: - Add syscalls from wasmimp.js in index.html imports - Increase...

InvalidVersion might get thrown by skipKernelLessThan, due to some kernel versions not being SemVer compliant. Which result in a bunch of InvalidVersion errors during unit tests: ``` error: 'os.linux.IoUring.test.accept/connect/send_zc/recv' failed:...