nix-community / lorri

Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
Apache License 2.0
677 stars 24 forks source link

refact(ops/stream_events): directly construct json value #122

Open Profpatsch opened 5 months ago

Profpatsch commented 5 months ago

Instead of having complex generic types internally that we map over, just create the json in a macro.

Removes ProjectAdded from Reason, because it was not used anywhere. Changes the daemon format, so make sure to run the daemon with this new lorri version or you get serialization errors.

Profpatsch commented 5 months ago

@nyarly you are using stream_events right? Do you wanna try this out, in case I added a typo somewhere?