Tamsyn Ulthara

Results 4 comments of Tamsyn Ulthara

I haven't been using git-remote-hg anymore; it looks like a dead project, and I've since sworn off working on anything that's based in Mercurial. ;-)

It's only taking you 15 seconds? It takes me _90_ seconds to run zero tests with `REUSE_DB=1` over here! The culprit is the code that resets sequences; once I commented...

I'm seeing these errors with Symex (including with the minimal `emacs -Q` setup), FWIW. I'm running Emacs 29.4 under Arch Linux.

This minimal config fixes the issue for me (although likely not the underlying cause): ```emacs-lisp (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (package-initialize) (use-package symex :ensure t :init (add-to-list...