Georg Semmler

Results 78 issues of Georg Semmler

This commit fixes several issues with the format string parsing of the `#[diagnostic::on_unimplemented]` attribute that were pointed out by @ehuss. In detail it fixes: * Appearing format specifiers (display, etc)....

T-compiler
S-waiting-on-review

This commit introduces a new `gdal-src` crate which bundles gdal and builds a minimal version from source via `build.rs` Fixes #465 - [x] I agree to follow the project's [code...

This is mostly a feature request. Many `*-sys` crates provide a `bundled` or `vendored` feature that builds and links static version of the corresponding C dependency as part of the...

I'm setting up typos as part of the [diesel](https://github.com/diesel-rs/diesel/commit/0377c258db72a31058f93d6c16c5175f5f08e139) CI workflow. While doing that I noticed the following "false" positives: * Detecting "typos" in IPv6 network addresses: ``` error: `ba`...

C-bug
S-waiting-on-design
A-exclude

In grahpql it is possible to produce quite complicated queries that could be used to exhaust resources. The simplest example of such an query would be a query that recursively...

enhancement

This commit adds an optional dependency to libsqlite3-sys to provide a bundled version of libsqlite3 as well instead of relying on a system provided version.

This commit changes proj-sys to not depend on bindgen by default as that introduces a quite heavy build time dependency (libclang) which might not be there on all systems. Instead...

We need to always build release builds there (to prevent linker errors due to mixing up debug and release runtimes) and we need an additional flag to prevent the static...

**Is your feature request related to a problem? Please describe.** The [recent findings in `xz-utils`](https://lwn.net/ml/oss-security/[email protected]/#t) among other things have shown that backdoors or other vulnerabilities can be introduced by modifying...

enhancement

Motivated by [Ralf Jung's blog](https://www.ralfj.de/blog/2022/07/02/miri.html) post about the last 2 years of miri development I've tried to run diesels test suit using miri. Especially the sqlite backend does a lot...

A-docs
A-shims
C-proposal