Gemingyang

Results 26 issues of Gemingyang

Fix #681 delete 'config.define("HAVE_UINT128_EXTENSION", Some("1"));' in [build.rs](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/librocksdb-sys/build.rs#L236), which can cause Issue #681 Not all compilers support the type of int128, so the https://github.com/facebook/rocksdb/pull/7338 uses makefile to check int128 compatibility. The...

When I cross-compile it by the compiler "arm-linux-gnueabihf", it reported that '__uint128_t' was not declared in this scope ``` The following warnings were emitted during compilation: warning: In file included...

### Zig Version 0.9.1 ### Steps to Reproduce and Observed Behavior I use `zig c++ -target arm-linux-gnueabihf -mcpu=generic+v7a+vfp3+d32+thumb2+neon -mfpu=neon -mfloat-abi=hard` and it still cann't add neon to target-feature, and I...

bug

### Zig Version 0.9.1 ### Steps to Reproduce and Observed Behavior Sorry, I'm new to zig. If I'm wrong, please let me know. I'm trying use zig cc to compile...

bug

I created an Issue on zig, https://github.com/ziglang/zig/issues/16002 I get it when I build for armv7-unknown-linux-gnueabihf ``` = note: ld.lld: error: undefined symbol: fcntl@GLIBC_2.2.5 >>> referenced by fs_posix.cc:157 (rocksdb/env/fs_posix.cc:157) >>> fs_posix.o:(rocksdb::(anonymous...

Bump clap from 3.1.6 to 4.4.7 Bump libloading from 0.7.3 to 0.8.1 Bump log from 0.4.14 to 0.4.20 Bump rayon from 1.5.3 to 1.8.0 Bump serde from 1.0.136 to 1.0.189...

### Feature Description I use `readfile` to read a file with `utf-8-BOM` and I get a string start with \u{FEFF}, which means BOM and we can not see it when...

enhancement

For example, I have a dependencies with version `2.0.0-beta`. When I use cargo upgrade, it always changes the version to `2.0.0-beta.9`

cargo-upgrade

- Delete struct `TimeTriggerConfig` for lib without `config_parsing` feature. - Transfer time trigger initialization to the first `trigger()` execution

This is a **BREAKING** change. This will support CompositeTriggerPolicy ([log4j]https://logging.apache.org/log4j/2.x/manual/filters.html#compositefilter). It combines multiple triggering policies and returns true if any of the configured policies return true. --- In addition, the...

breaking change