elixir-editors / emacs-elixir

Emacs major mode for Elixir
446 stars 94 forks source link

elixir-format.el show error when upgrade on `list-packages` #484

Closed wingyplus closed 2 years ago

wingyplus commented 2 years ago

I found an error report after upgraded elixir-mode

In elixir-format--apply-rcs-patch:
elixir-format.el:176:36: Error: `cl-decf' defined after use in (cl-decf line-offset len) (missing `require' of a library file?)

I didn't check it in details what's going on.

My elixir-mode version that install on MELPA is 20211005.1542

victorolinasc commented 2 years ago

This was not changed on the latest version but I'll up a PR with a fix :) It's missing a require call but is a built-in library.

victorolinasc commented 2 years ago

@wingyplus merged the fix today. If you could update the package tomorrow and see if it is fixed I'd appreciate.

Thanks!

wingyplus commented 2 years ago

Thanks. I’ll help test it tomorrow. :)

On Wed, 13 Oct 2021 at 21:09 Victor Oliveira Nascimento < @.***> wrote:

@wingyplus https://github.com/wingyplus merged the fix today. If you could update the package tomorrow and see if it is fixed I'd appreciate.

Thanks!

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/elixir-editors/emacs-elixir/issues/484#issuecomment-942346245, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADWJMXSFJZ5CBO5MWIJQRDUGWHKPANCNFSM5FXQPDAA .