Erik Assum
Erik Assum
As soon as @lread has done his merging magic, I'll publish a new version of rewrite-clj
Closing this as #33 is merged
Closing this now as #33 is merged
Just to chime in on this. This is becoming a noticeable problem for me, as `clojure-lsp` hands formatting off to `cljfmt` and we have some macros in our codebase which...
I experienced this bug as well when setting up with a new emacs config. Setting ```elisp (setq backup-by-copying t) ``` Seems to have resolved the issue.
I believe it will not read from stdin if you supply CLOJARS_USERNAME and CLOJARS_PASSWORD in the environment.
It should be possible to sign from ci/cd, so I'll fix that at some point.
Leaning heavily on leiningens code, I've implemented this: https://github.com/slipset/deps-deploy/blob/master/src/deps_deploy/gpg.clj#L14 which seems to work. Would a PR be welcome?
Fixed by https://github.com/slipset/deps-ancient/commit/efd0eaf73e5a04fe8b5fc86fdd2180d07faeffba
Fixed by #68