Profpatsch

Results 462 comments of Profpatsch

I’m gonna annotate file not found errors with their path soon-ish, then there is more information about what went wrong. We have to do better error handling for functions accessing...

Since we’ve removed the `.lorri` directory from the project and are moving to hashed project paths as gcroot names, the disconnect is gonna be even bigger. How about adding a...

This is a good candidate for contribution. Implementing the plumbing command I mentioned above should be fairly easy. Any takers? :)

@schmittlauch the `.cabal` file probably also has a `src = ./.` (at least they did the last time I looked). The right solution here is to have a good `.gitignore`...

It sounds like some part of the toolchain is calling `which` to find hoogle, you might try to add it to the shell file. On Sun, Jul 26, 2020 at...

> Either way checking if the symlink already exists and points to the right cache directory would handle this and cases where someone was running lorri watch and lorri daemon...

The error currently thrown looks like this: ``` > lorri internal__stream_events Mar 03 13:14:05.535 ERRO Varlink(src/com_target_lorri.rs:78: Varlink_Error Caused by: src/lib.rs:1128: MethodNotFound("com.target.lorri.Monitor")) ``` Tagging with the lorri version number could also...

@tfc if you update nixpkgs, home-manager and lorri to recent versions, does the issue still appear?

``` $ nix-build -A allBuildInputs shell.nix > ./shell-inputs unpacking 'https://github.com/NixOS/nixpkgs/archive/3140fa89c51233397f496f49014f6b23216667c2.tar.gz'... these derivations will be built: /nix/store/kk9c7kkgy344dkfwrbbdizlbi2y2icxh-clippy-1.39.0.drv these paths will be fetched (447.85 MiB download, 1211.02 MiB unpacked): /nix/store/0vcqyg4cadpns1l935h18ram5ngqqsgq-aws-sdk-cpp-1.7.90 /nix/store/0zgfzj164xhhc56bfgk9q53aqm5hgk9n-patch-2.7.6 ```...