Hraban
Hraban
After many sweeping and unrelated updates to my Emacs version & packages it works again for me now, but I'm sad to say I have very little idea of what...
> ```shell > while [ true ]; > do > BATT_PERCENT=`pmset -g batt | tail -n1 | awk '{print $3}' | sed s:\%\;::` > echo Battery percent : $BATT_PERCENT >...
Is there a temporary flag / envvar of sorts to override this behavior entirely and just force override any existing file? It's particularly painful for /etc/nix/nix.conf when I have a...
What about checking for the existence of a file `$file.before-nix-darwin`, and if that exists, don't halt?
fwiw cannot reproduce
> > ``` > > > (require :asdf) > > > > ;;; Loading #P"/opt/local/lib/ecl-21.2.1/asdf.fas" > > ("ASDF" "asdf" "UIOP" "uiop" "CMP") > > > (asdf:load-system "ironclad/tests") > > >...
I am on aarch64-darwin (M2 mac), and apparently I'm using clang 11.1.0.
Using GCC fixes it, regardless of optimization level.
Yeah maybe it's emitting UB somehow?
We can open the bug with what little information we have and see what happens... If you send me a link to a ticket I'll try to create a reproducible...