Daniel Bevenius

Results 14 issues of Daniel Bevenius

Currently there are a few stringop-truncation warning generated with gcc 11.2.1, for example: ```console In file included from ucurr.cpp:25: In constructor ‘CReg::CReg(const UChar*, const char*)’, inlined from ‘static const void*...

waiting-on-author

Currently there are a few compiler warnings generated when using GCC 11.2.1: ```console decNumber.cpp: In function ‘decNumber* uprv_decNumberSquareRoot_70( decNumber*, const decNumber*, decContext*)’: decNumber.cpp:2976:31: warning: writing 1 byte into a region...

waiting-on-author

This commit attempts to suppress the following warning when using GCC 11.2.1: ```console In function ‘const UChar* icu_70::ufmtval_getString_70( const UFormattedValue*, int32_t*, UErrorCode*)’: cc1plus: warning: function may return address of local...

waiting-on-author

I'd like to request access to this CI server to investigate a [build error](https://ci.nodejs.org/job/node-test-commit-linuxone/nodes=rhel7-s390x/27841/consoleFull) which is happening as part for the OpenSSL 3.0 upgrade: ```console 19:04:00 LD_LIBRARY_PATH=/home/iojs/build/workspace/node-test-commit-linuxone/nodes/rhel7-s390x/out/Release/lib.host:/home/iojs/build/workspace/node-test-commit-linuxone/nodes/rhel7-s390x/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd...

access request
never stale

This issues is about adding support for inverted forms in wast. According to the following [comment](https://github.com/WebAssembly/component-model/pull/201#issuecomment-1568866849) this is currently not implemented for all possible places where aliases can be used:...

wast
component-model

While parsing the LICENCE file content into xml we noticed that there are two control characters ^L in the file and wanted to bring this up in case it was...

There is a minor typo in the Notes: (`SAMPPLE_NODE_IP`): ```console $ helm install nodeserver --set image.repository=localhost:5000/nodeserver chart/nodeserver NAME: nodeserver LAST DEPLOYED: Mon Aug 15 14:57:21 2022 NAMESPACE: default STATUS: deployed...

This commit updates the regeneration script for the Rust bindings to use `wasi-nn.wit` types instead of `wasi-nn.witx`. The scripts has also been run and the bindings (src/generated.rs) have been updated....

This commit removes the duplicate typedefs for backend structs in `ggml-backend.h`. These typedefs are already defined in `ggml-alloc.h` which `ggml-backend.h` includes. There might be a case for having the typedefs...