add :as-of option to refer

Description

Discussed here: http://groups.google.com/group/clojure-dev/msg/74af612909dcbe56

:as-of allows library authors to specify a known subset of vars to refer from clojure (or any other library which would use :added metadata).

(ns foo (:refer-clojure :as-of "1.1")) is equivalent to (ns foo (:refer-clojure :only [public-documented-vars-which-already-existed-in-1.1]))

Environment

None

Activity

Show:

import August 24, 2010 at 4:19 PM

Comment made by: importer

richhickey said: Do we still need this?

import August 24, 2010 at 4:19 PM

Comment made by: importer

cgrand said: [[file:a8SumUvcOr37SmeJe5cbLA]]: requires application of #325

import August 24, 2010 at 4:19 PM

Details

Assignee

Reporter

Approval

Vetted

Priority

Fix versions

Created April 30, 2010 at 8:49 AM
Updated July 26, 2013 at 9:25 PM