Arcadia icon indicating copy to clipboard operation
Arcadia copied to clipboard

Get absolute file paths when using meta

Open saikyun opened this issue 6 years ago • 0 comments

Would it be possible for Arcadia to give absolute paths to clojure.core source files? Right now it gives "clojure/core.clj" which isn't very helpful.

(meta (resolve 'prn))
{:arglists ([& more]), :doc "Same as pr followed by (newline). Observes *flush-on-newline*", :added "1.0", :static true, :line 3706, :column 2, :file "clojure/core.clj", :name prn, :ns #object[Namespace 0x3e60ae00 "clojure.core"]}

saikyun avatar Apr 08 '19 11:04 saikyun