Alexis Janon
Alexis Janon
Much better implementation for the `Makefile`: ```diff --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ install: @touch /etc/$(DAEMON_BINARY)/$(DAEMON_BINARY)rc @cp ./target/release/$(DAEMON_BINARY) $(TARGET_DIR) @cp ./target/release/$(SERVER_BINARY) $(TARGET_DIR) + @sed -i 's#\(\).*\(\)#\1$(TARGET_DIR)/$(DAEMON_BINARY)\2#' $(POLKIT_POLICY_FILE) @cp...
I am very surprised to learn that this flag is not part of POSIX! Should I change the script to be POSIX-compliant too? As-is, it is not and should only...
I will submit a PR later then!
#184 and #185 should help in avoiding this kind of issue in the future. Unless @Shinyzenith has any better idea, I unfortunately don't see a way out of your troubles...
I am looking into `cocogitto` and alternatives. I am not a fan of automating changelog generation as I think this would still need a lot of manual editing to remove...
Git hooks would be nice, but I do have one issue. If we add `cocogitto` hooks (or alternatives), every developer then **must** have `cocogitto` installed on their machine to be...
This looks a lot like what #171 is trying to fix. I am going to try it and my side and will get back to you.
On it! Some small clarification for the release: do you want me to only change the `Cargo.lock` file as suggested (i.e., change the version to `1.3.0-dev`), or do you want...
I feel the new features are a bit unstable for now (given the number of new issues!), so I am not 100% confident we should go ahead with a release.
Wait, looking closely at this, `Cargo.lock` **is** up-to-date on the main branch: https://github.com/waycrate/swhkd/blob/a315c78f521933a9d23e8e6a7a9fb2d207207f1c/Cargo.lock#L5-L21 https://github.com/waycrate/swhkd/blob/a315c78f521933a9d23e8e6a7a9fb2d207207f1c/Cargo.lock#L538-L547 We should definitely discuss how to manage versions and releases for sure, but I don't think...