Leonhard Markert
Leonhard Markert
@Profpatsch, could you clarify this bug report? - Is the "previous" behaviour the expected behaviour? If so, let's call it that. - In the observed behaviour, do you see _simultaneous_...
> Create a separate Varlink interface (called `com.target.lorri.public`). My suggestion would be to move the current stuff into `com.target.lorri.internal` and use `com.target.lorri` for the public interface. > Migrate the existing...
> I'd propose, as a first step, to make this interface change, and update the still `internal__stream_events` and review from there. Sounds good to me. Thanks for addressing my comments!
> What does exposing the interface give us that a plain stream of json values doesn’t? Cross-language, cross-platform, type safe (as far as the language in question allows) APIs: https://varlink.org/Language-Bindings
Hi @surajbarkale! I think that understanding your use case better helps us evaluate this issue and your PR. What is that you are trying to achieve by running `lorri watch...
Chatted with @grahamc. He has ideas on this and says he'll respond here as soon as he gets around to it.
There was some work towards a `lorri services` command at some point. The idea here was exactly to have long running background processes which would be rebuilt and restarted on...
> @curiousleo, I took a look at your PR and can see how complex it would be to have a proper services command. Would a cut down version under a...
There is a test which contains all the variables that are expected to be set, and `out` is one of them: https://github.com/target/lorri/blob/4214b78a91a9d2149ea435c6d1e976da572bad58/tests/integration/bug97_varmap_leak.rs#L21 This was introduced in https://github.com/target/lorri/commit/a1104eafba6d6110d1c60b5f4e583f3d6daea963#diff-078e54cefa85d7c7cca1042dcd69a838R14. @grahamc, you added...
Thanks! Here's what I've found: Bottom-up: - lorri attempted to create a symlink in `/nix/var/nix/gcroots`, but that symlink already existed - these symlinks are created in `Roots::add`, which is only...