error in process sentinel: cl-no-applicable-method: No applicable method: clone, nil
until I turned on backtrace on error and discovered that forge--buffer-topics-spec was not set. After finding the symbol, I saw that I needed to call forge--init-buffer-topics-spec to populate it, but the function wasn't defined. evaling the function allowed me to populate the buffer-local variable in my magit-status buffer.
Looking at forge-topic.el, it seems this file is not being loaded.
For reference, this is with a freshly cloned and compiled emacs with a freshly cloned via straight magit and forge repositories.
I got multiple errors about the lack of
clone
:until I turned on backtrace on error and discovered that
forge--buffer-topics-spec
was not set. After finding the symbol, I saw that I needed to callforge--init-buffer-topics-spec
to populate it, but the function wasn't defined. evaling the function allowed me to populate the buffer-local variable in mymagit-status
buffer.Looking at forge-topic.el, it seems this file is not being loaded.
For reference, this is with a freshly cloned and compiled emacs with a freshly cloned via straight magit and forge repositories.