emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
646 stars 27 forks source link

Build fails because it installs some old version of Elsa from melpa? #202

Closed Fuco1 closed 1 year ago

Fuco1 commented 1 year ago

@jcs090218 is the eask install step necessary for testing?

https://github.com/emacs-elsa/Elsa/actions/runs/4245952892/jobs/7382137790

jcs090218 commented 1 year ago

This is what these steps do:

eask package  # Build installable artifect
eask install  # Install that artifect (the local version of Elsa)

I don't think it fails because of the old version of Elsa, it must be the version on the master branch. The error only tells you, "you got this error while your users trying to install this package".

Fuco1 commented 1 year ago

OK, I wasn't sure if it was downloading from MELPA.

There was some problem with incorrect requires (circular dependency I forgot to delete), so I guess now it works. False alarm, sorry :blush: