Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: Release 1.3
-
Fix Version/s: Release 1.3
-
Component/s: None
-
Labels:None
-
Approval:Accepted
Description
From smfadi@googlemail.com on the Clojure mailing list
Just a quick question (before I forget): Is deftype/defrecord still
alpha? Or is the "Alpha - subject to change" note in the docstrings
just an oversight?
This needs some housekeeping. Here are a list of functions that are currently marked as "Alpha"
- clojure.pprint/print-table
- clojure.core/add-watch
- clojure.core/remove-watch
- clojure.core/juxt
- clojure.core/transient
- clojure.core/persistent!
- clojure.core/conj!
- clojure.core/assoc!
- clojure.core/dissoc!
- clojure.core/pop!
- clojure.core/disj!
- clojure.core/promise
- clojure.core/deliver
- clojure.core/defrecord (inside core_deftype)
- clojure.core/deftype (inside core_deftype)
- clojure.reflect/type-reflect
- clojure.reflect/reflect
Rich, can we talk about which of these should be updated and which should not?