Skip to content

Commit

Permalink
Added a debug shim for inspecting project types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thorsen authored and Eric Thorsen committed Jan 17, 2010
1 parent 5baaa5a commit 7b85254
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -238,10 +238,13 @@ See the Enclojure category under preferences to view your settings"


(declare reset-repl)
(def -project- (atom nil))

;========================================================================
; External managed project REPL startup
;========================================================================
(defn start-project-repl [#^Project p]
(swap! -project- (fn [_] p))
(let [repl-id (repl-focus/get-project-name p)
classpath (classpath-utils/get-repl-classpath p)
curr-config (repl-manager/get-repl-config repl-id)
Expand Down

0 comments on commit 7b85254

Please sign in to comment.