Impossible to install the package from MELPA on emacs 29 pre-test
rrudakov opened this issue · 2 comments
rrudakov commented
Expected behavior
User can install clojure-ts-mode from MELPA on emacs-29
Actual behavior
Package cannot be installed with the error:
package-compute-transaction: This package requires Emacs version 29.1
Steps to reproduce the problem
Run M-x package-install - clojure-ts-mode
Environment & Version information
clojure-ts-mode version
clojure-ts-mode (version 0.1.0)
Emacs version
GNU Emacs 29.0.91 (build 1, aarch64-apple-darwin22.5.0, NS
Operating system
Mac OS
Additional notes
- this package can be installed using
package-vc-installwithout any issues.
dannyfreeman commented
I have pushed a fixed to main branch which should make its way to melpa soon. When I get to a computer I will make a new tag for melpa stable. Thank you very much for reporting.
I missed this because I always run the latest Emacs built from master, which currently identifies itself as version 30. I will be sure to test from 29 branch as well going forward.
rrudakov commented
Thank you!