eternaleye
eternaleye
Much like in #38, having the interior of (each level of) the farmhouse to work with would be very useful - for example, laying out casks, or using the farmhouse...
``` lmdb/libraries/liblmdb $ PATH="${CORRODE_BUILD}:${CORRODE_SCRIPTS}:${PATH}" make CC=corrode-cc corrode-cc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -c mdb.c corrode-cc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -c midl.c Traceback (most...
The error in #49 may be harder to eliminate than necessary, as I can't tell how the project arrived at the (very, very internal to the C library) header in...
While compiling lmdb: ``` :0:1: warning: undefining "__LINE__" ("mtest.c": line 24): Corrode doesn't handle this yet: * argv[] ``` The following change to the C source fixes the issue: ```patch...
As the `corrode` tool currently does not produce a .o file, buildsystems which rely on that (or the `-o` flag) currently halt very quickly with an error. Producing anything would...
Handling C's [`inline`/`static inline`/`extern inline`](https://github.com/jameysharp/corrode/issues/51) behavior seems like it might be somewhat tricky unless the linker plays along. As I'm not sure we can get rustc to produce output files...
https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=kp2c7 No Thunderbolt firmwares appear to be available for the 7740 via LVFS. Current version on the machine: ``` % sudo fwupdmgr get-devices Precision 7740 │ └─Thunderbolt host controller: Device...
In the README, there is the following line: > This source code is distributed under the GPL v 3.0 license. In short, this means that ALL modifications and/or derivative works...
C18 adds (almost) no features, and consists only of folding in Technical Corrigenda (and otherwise resolving defect reports against C11). As a result, it should hopefully not be too onerous...
When attempting to find a bucket, a 403 response's `error` member, when raised, explodes due to a missing `message` member. ``` /usr/local/share/gems/gems/aws-s3-0.6.3/lib/aws/s3/error.rb:63:in `method_missing': undefined local variable or method `message' for...