Pierre-Olivier Latour

Results 14 issues of Pierre-Olivier Latour

Self-contained build script to reproduce: https://gist.github.com/swisspol/8498104 Build script output: https://gist.github.com/swisspol/8498120 And where it fails: ``` jsimd_arm_neon.S:270:16: error: invalid operand for instruction ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 +...

Version 1.26 Assuming we have the following content in the `build` directory: ``` Houseparty-arm64-v8a.apk Houseparty-armeabi-v7a.apk Houseparty-x86.apk mapping.txt ``` And we want to upload it to S3: This works: ``` s3Upload(bucket:...

`v7_stringify()` should have a way to return the length so that calling `strlen()` is not needed and `v7_parse_json()` should accept an optional length parameter (set to `~0` if unused). This...

On Android and WinRT at least, you do have stdout and stderr of course but they lead nowhere. You have to use platform specific logging APIs to actually see the...

Some comments reading the docs: - [x] It's not clear what's the benefit of / when to use `v7_create_cfunction()` vs `v7_create_function()` from a JS or foreign perspective. If you just...

These warnings are enabled by default in Xcode and Visual C++. For instance there are a number of implicit conversions from `long` to `int` which results in truncation on Mac...

``` int fullrune(const char *str, int n) { int c; if (n = 2; if (UTFmax == 3 || c < T4) return n >= 3; = 4; } ```