diff options
Diffstat (limited to 'repl-utils-api.html')
-rw-r--r-- | repl-utils-api.html | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/repl-utils-api.html b/repl-utils-api.html index 5df0d7bd..b199a8c9 100644 --- a/repl-utils-api.html +++ b/repl-utils-api.html @@ -122,7 +122,8 @@ Javadocs.</pre> <pre id="var-docstr">Add the given thread to break-threads so that it will be stopped any time the user presses Ctrl-C. Calls start-handling-break for you. Adds the current thread if none is given.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L150" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -149,7 +150,8 @@ beginning of the package name that has docs at this URL.</pre> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Threads to stop when Ctrl-C is pressed. See 'add-break-thread!'</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L131" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -164,7 +166,8 @@ not type info can be determined at compile-time. Example: (expression-info '(+ (int 5) (float 10))) Returns: {:class float, :primitive? true}</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L163" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -189,7 +192,8 @@ it can't find the source. For most REPL usage, 'source' is more convenient. Example: (get-source 'filter)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L97" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -209,7 +213,8 @@ Tries *local-javadocs* first, then *remote-javadocs*.</pre> </pre> <pre id="var-docstr">Loads the specified namespace and invokes its "main" function with optional args. ns-name is not evaluated.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L188" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -219,7 +224,8 @@ optional args. ns-name is not evaluated.</pre> </pre> <pre id="var-docstr">Loads the specified namespace and invokes its "main" function with optional args.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L181" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -244,7 +250,8 @@ predicate will be passed a single argument, a map that includes the all the properies of the member object as translated by 'bean'. Examples: (show Integer) (show []) (show String 23) (show String "case")</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -257,7 +264,8 @@ This requires that the symbol resolve to a Var defined in a namespace for which the .clj is in the classpath. Example: (source filter)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L119" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -267,7 +275,8 @@ Example: (source filter)</pre> </pre> <pre id="var-docstr">Register INT signal handler. After calling this, Ctrl-C will cause all break-threads to be stopped. See 'add-break-thread!'</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f165e286ac9856781419d4659a0cde088eb79ee1/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/repl_utils.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/repl_utils.clj#L135" id="var-source">Source</a> </div> |