rathann

Results 44 issues of rathann

Please increase the timeout in [`test/run-tests.py:39`](https://github.com/WebAssembly/wabt/blob/master/test/run-tests.py#L39). `test/wasm2c/spec/const.txt` and `test/wasm2c/spec/float_exprs.txt` tests take more than 20 seconds to complete on ARMv7 (32bit).

When running binaryen 111 test suite after building it with GCC 13 on x86_64 running Fedora rawhide, I get the following failure: ``` 1603/2511 CHECKING: ( assert_return ( invoke min...

Currently, one gets "subscribed" to follow-up comments and notifications automatically after submitting a comment on an update. There doesn't seem to be a way to unsubscribe from them or, indeed,...

RFE
high-trouble
low-gain

This fixes the following compilation error with Python 3.13.0a1: ``` c-ext/backend_c.c:275:13: error: implicit declaration of function ‘sysconf’; did you mean ‘sscanf’? [-Werror=implicit-function-declaration] 275 | count = sysconf(_SC_NPROCESSORS_ONLN); | ^~~~~~~ |...

It appears that the [test/input/filevarroot.fypp](https://github.com/aradi/fypp/blob/main/test/input/filevarroot.fypp) file is missing from the 3.2 release [tarball](https://files.pythonhosted.org/packages/source/f/fypp/fypp-3.2.tar.gz) on PyPI. This is causing test failures for the following tests: * `test_file_var_root_abs` * `test_file_var_root_rel` * `test_file_var_substitution`...

## Expected behavior All tests complete successfully. ## Actual behavior Two out of three from `arpackmm`, `issue215` and `issue401` tests fail if run with `make -j2` or higher. ## Where/how...

There's a project called XMP that releases xmp and libxmp tarballs with different versioning. (See: https://sourceforge.net/projects/xmp/files/). There's no way in current SourceForge backend to select a subfolder from the RSS...

type.feature
Low Priority

Prior to gcc-13 various C++ headers in gcc included `` even though it was not strictly necessary; this results in the compiler having to parse unnecessary code and thus slows...

mini-snmpd is mentioned in p910nd print server guide in OpenWRT documentation: https://openwrt.org/docs/guide-user/services/print_server/p910nd.server#mini_snmpd However, it's not useful without the patch mentioned there. Obviously, the solution documented there is printer model-specific, but...

$ tap test not ok test/pullStreamTest.js ........................... 0/1 Command: "node" "pullStreamTest.js" TAP version 13 not ok 1 test/pullStreamTest.js --- exit: 143 timedOut: true command: "node" "pullStreamTest.js" ... ``` 1..1 #...