Skip to content

Commit 5b4700c

Browse files
author
Stuart Sierra
committed
c.t.n.repl: make tracker and dirs Vars public
No reason for these not to be public, and it may be useful for inspection from the REPL.
1 parent a5dcd6b commit 5b4700c

File tree

1 file changed

+3
-2
lines changed
  • src/main/clojure/clojure/tools/namespace

1 file changed

+3
-2
lines changed

src/main/clojure/clojure/tools/namespace/repl.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
clojure.tools.namespace.repl
1212
(:require [clojure.tools.namespace.track :as track]
1313
[clojure.tools.namespace.dir :as dir]
14+
[clojure.tools.namespace.find :as find]
1415
[clojure.tools.namespace.reload :as reload]))
1516

16-
(defonce ^:private refresh-tracker (track/tracker))
17+
(defonce refresh-tracker (track/tracker))
1718

18-
(defonce ^:private refresh-dirs [])
19+
(defonce refresh-dirs [])
1920

2021
(defn- print-and-return [tracker]
2122
(if-let [e (::reload/error tracker)]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy