Bennet Bleßmann

Results 14 issues of Bennet Bleßmann

I would expect either that /queue/all would not have the `Open retry log` link at the bottom or for /retry_log/all to work

1. prefere `NoSpace` reason over `DependsOn` - the later is nosiy and hides a simple problem in a long log 2. Change `NoSpace` from spuriouse to non-spuriouse - to keep/move...

``` warning: output filename collision. The bin target `scryer-prolog` in package `scryer-prolog v0.9.3 (C:\Users\Bennet\Git\scryer-prolog-1)` has the same output filename as the lib target `scryer-prolog` in package `scryer-prolog v0.9.3 (C:\Users\Bennet\Git\scryer-prolog-1)`. Colliding...

- replace unwrap with pattern matching - include a test to test this case

``` error: failed to run custom build command for `libffi-sys v2.3.0` Caused by: process didn't exit successfully: `/mnt/c/Users/Bennet/Git/scryer-prolog-1/target/debug/build/libffi-sys-5ebf69dc60871829/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu CC_x86_64-unknown-linux-gnu = None cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu CC_x86_64_unknown_linux_gnu =...

Replacement for #715 ## adjust the prioritization of `NoSpace` After thos ot will be prioritized above - `DependsOn` - `CompilerError` - `NetworkAccess` - `CompilerDiagnosticChange` The later two are already spurious-regressions...

I believe #23 is (partially) broken again. [`install.root` Cargo config value](https://doc.rust-lang.org/cargo/commands/cargo-install.html#description) appears to not be handled properly. When I run `cargo install-update -a` it finds the packages to update (so...

I tried to run `cargo cache -gf` expecting it to do both `cargo cache -g` and `cargo cache -f` in whatever order. But only `cargo cache -f` was performed.

I noticed while checking a project with `cargo-deny` that the spdx license expression used by this crate in [`Cargo.toml`](https://github.com/pedrocr/rawloader/blob/master/Cargo.toml#L9) is deprecated. See [LGPL-2.1-only](https://spdx.org/licenses/LGPL-2.1-only.html), or [LGPL-2.1-or-later](https://spdx.org/licenses/LGPL-2.1-or-later.html) should be used instead.