From Andrew Chambers to ~ach/janetsh
A blog post demonstrating some of the things you can do with janetsh: https://acha.ninja/blog/powerful-scripting-with-janetsh/
From Andrew Chambers to ~ach/terraform-provider-nix
I am renaming nix_nixos.nixos_config to nix_nixos.nixos_config_path . The reason for this change is that it now frees up nixos_config to be used for an inline expression. nixos_config_path now becomes an output path for the expression if it is set.
From Andrew Chambers to ~ach/orderly-dev
A small new version with some new flags making rate limits more intuitive. Enjoy the new orderly :).
From Andrew Chambers to ~ach/orderly-dev
A new backwards incompatible version has been released. Make sure you read the new flag names which were changed to better signal intent. Another major change is that SIGTERM will use user provided shutdown commands to better interop with things like runit and perp. I hope to make nearly no backwards incompatible changes in the future, though before 1.0.0 there are no promises. Enjoy the new orderly :)
From Andrew Chambers to ~ach/orderly-dev
Just a quick announcement of version 0.2. The main change is now you can specify callback scripts/commands when your services go up, get restarted, or fail entirely. Details are in the user manual. Thank you for your support :)
From Andrew Chambers to ~ach/testlist
--- backend.h | 1 + config.def.h | 8 ++--- qbe.c | 94 +++++++++++++++++++++++++++------------------------- 3 files changed, 53 insertions(+), 50 deletions(-) diff --git a/backend.h b/backend.h index c4b1eaf..46d27cb 100644 --- a/backend.h @@ -47,3 +47,4 @@ void emitfunc(struct function *, _Bool); void emitdata(struct declaration *, struct initializer *); extern struct representation i8, i16, i32, i64, f32, f64; [message trimmed]