You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
As of Clojure 1.8, ^:deprecated metadata is completely ignored by the compiler and used mostly by tooling such as Eastwood which is less widespread than perhaps it should be. Since deprecation is an essential part of the software lifecycle, it makes sense to have language level support for deprecation warnings covering at least Clojure constructs (Vars, Namespaces).
Warning for making use of ^:deprecated vars
Warning for making use of ^:deprecated namespaces
All vars in a ^:deprecated namespace are considered ^:deprecated
The text was updated successfully, but these errors were encountered:
http://dev.clojure.org/jira/browse/CLJ-706
As of Clojure 1.8,
^:deprecated
metadata is completely ignored by the compiler and used mostly by tooling such as Eastwood which is less widespread than perhaps it should be. Since deprecation is an essential part of the software lifecycle, it makes sense to have language level support for deprecation warnings covering at least Clojure constructs (Vars, Namespaces).^:deprecated
vars^:deprecated
namespaces^:deprecated
namespace are considered^:deprecated
The text was updated successfully, but these errors were encountered: