lorri
lorri copied to clipboard
Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
**Describe the bug** lorri crashed **Expected behavior** lorri not crashing **Metadata** ``` name = 'lorri' operating_system = 'unix:OSX' crate_version = '1.5.0' explanation = ''' Panic occurred in file 'src/daemon/server.rs' at...
**Describe the bug** lorri crashed **Expected behavior** lorri not crashing **Metadata** ``` name = 'lorri' operating_system = 'unix:OSX' crate_version = '1.5.0' explanation = ''' Panic occurred in file 'src/daemon/server.rs' at...
**Feature description** There was a closed issue on the old repo related to this. It would be really awesome if there was a simple way to correlate a Lorri GCRoot...
When you use e.g. a Makefile for building your project’s dependencies, and you change your `shell.nix`, you’d want your build system to pick up the change. There is no good...
When updating to 21.05, an upstream bug broke the Mac build. Should be fixed before the next release: --- Okay, apparently this won’t work for now because of https://github.com/NixOS/nixpkgs/pull/122231. Merging...
https://github.com/NixOS/nix/pull/4702 is being blocked by Eelco, but having manpages available in your project environments is a really good thing. We should make an effort to add them into the lorri...
Rephrasing of https://github.com/target/lorri/pull/498. Instead of keeping the state in memory, we should `readlink` the file on the filesystem, if possible with a lock. There’s also a few TODOs related to...
the `-v` flag does not work in release builds, because the `slog::debug!` macros are removed. We still want to keep them, since they enable better debugging.
Removing the very old notice of moving to libera. Adding mention of Lorri doing builds in the background, which is kind of a key feature. - [ ] Amended the...
Hello, This PR replace `structopt` with the latest `clap` version. For now it's building and all the test are passing using `cargo build` and `cargo test`, but when I try...