clojure-emacs / orchard

A fertile ground for Clojure tooling
Eclipse Public License 1.0
323 stars 54 forks source link

More post-1.9 cleanup #249

Closed alexander-yakushev closed 2 months ago

alexander-yakushev commented 2 months ago

Some things that slipped past me in the 1.9 removal cleanup.

Also, remove handling of obscure clojure.spec namespace which only existed in some 1.9 alphas.

bbatsov commented 2 months ago

This has always been very funny to me:

;; - clojure.spec (released between Clojure 1.8 and 1.9, but never included in Clojure) ;;
;; - clojure.spec.alpha (renamed from clojure.spec and included in Clojure 1.9)         ;;
;; - clojure.alpha.spec (spec-2, the new experimental version)                 

Brilliant naming! 😆