clojure-emacs / clojure-ts-mode

The next generation Clojure major mode for Emacs, powered by TreeSitter
GNU General Public License v3.0
129 stars 11 forks source link

Impossible to install the package from MELPA on emacs 29 pre-test #13

Closed rrudakov closed 1 year ago

rrudakov commented 1 year ago

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

dannyfreeman commented 1 year ago

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 1 year ago

Thank you!