Joseph Perez

Results 86 issues of Joseph Perez

To determine if the entity is callback-only, the only elegant way I've found is the rule "handler is ZST means callback-only". Unless users starts writing fancy implementations, it should be...

Requires #1289 before being merged

This is a pure code style issue. I've resolved today a merge conflict in `transport/cluster.rs` because imports had been modified in the meantime by https://github.com/scylladb/scylla-rust-driver/commit/9bf4f74f421faf76122b30c78ec61299fba1783a. The issue here was ```rust...

### Describe the release item There is no such thing such as codec in the current API; (de)serializers are indeed directly attached to the types. However, a codec argument can...

release

### Describe the release item @Mallets

release

Current documentation suggests executing loom tests with `--release`, but it has the side effect of disabling debug assertions (and standard library ones [since 1.78](https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html#asserting-unsafe-preconditions)), which can be quite unexpected when...

There is currently no import formatting rules in the codebase; adding import formatting could improve code maintainability, reducing the potential conflicts between contributions, as well improving code esthetics (for what...

Here is the exhaustive list of dependencies not upgraded: - `bincode` 2 --> MSRV 1.85 - `getrandom` 0.3 --> `js` feature replaced by configuration flag - `home` 0.5.11 --> MSRV...

internal