Skip to content

Commit

Permalink
Update versions of several contrib libraries in scripts for generating
Browse files Browse the repository at this point in the history
clojuredocs files using lein-clojuredocs
  • Loading branch information
jafingerhut committed Nov 17, 2013
1 parent aea9c90 commit fc773c3
Show file tree
Hide file tree
Showing 57 changed files with 5,966 additions and 5,103 deletions.
Binary file removed doc/clojuredocs/clojure.core.incubator-0.1.2.json.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"clojure.core.incubator"
[{"ns" "clojure.core.incubator",
"name" "dissoc-in",
"line" 56,
"line" 62,
"column" 1,
"doc"
"Dissociates an entry from a nested associative structure returning a new\n nested structure. keys is a sequence of keys. Any empty maps that result\n will not be present in the new structure.",
Expand All @@ -60,7 +60,7 @@
"arglists" [["docstring" "non-safe-name" "nil-safe-name"]]}
{"ns" "clojure.core.incubator",
"name" "new-by-name",
"line" 70,
"line" 76,
"column" 1,
"doc"
"Constructs a Java object whose class is specified by a String.",
Expand All @@ -72,19 +72,20 @@
{"ns" "clojure.core.incubator",
"name" "-?>>",
"macro" true,
"line" 45,
"deprecated" "0.1.3",
"line" 48,
"column" 1,
"doc"
"Same as clojure.core/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n (-?>> [] seq (map inc)) returns nil\n ",
"DEPRECATED: use clojure.core/some->> instead.\n \n Same as clojure.core/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n (-?>> [] seq (map inc)) returns nil\n ",
"tag" nil,
"source"
"(defnilsafe\n \"Same as clojure.core/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n (-?>> [] seq (map inc)) returns nil\n \"\n ->> -?>>)",
"(defnilsafe\n \"DEPRECATED: use clojure.core/some->> instead.\n \n Same as clojure.core/->> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?>> (range 5) (map inc)) returns (1 2 3 4 5)\n (-?>> [] seq (map inc)) returns nil\n \"\n ->> \n ^{:deprecated \"0.1.3\"} -?>>)",
"file" "clojure/core/incubator.clj",
"arglists" [["x" "form"] ["x" "form" "&" "forms"]]}
{"ns" "clojure.core.incubator",
"name" ".?.",
"macro" true,
"line" 37,
"line" 40,
"column" 1,
"doc"
"Same as clojure.core/.. but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (.?. \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n (.?. nil .toUpperCase (.substring 1)) returns nil\n ",
Expand All @@ -106,7 +107,7 @@
"arglists" [["name" "&" "decls"]]}
{"ns" "clojure.core.incubator",
"name" "seqable?",
"line" 77,
"line" 83,
"column" 1,
"doc" "Returns true if (seq x) will succeed, false otherwise.",
"tag" nil,
Expand All @@ -117,16 +118,17 @@
{"ns" "clojure.core.incubator",
"name" "-?>",
"macro" true,
"deprecated" "0.1.3",
"line" 29,
"column" 1,
"doc"
"Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n (-?> nil .toUpperCase (.substring 1)) returns nil\n ",
"DEPRECATED: use clojure.core/some-> instead.\n \n Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?> \"foo\" .toUpperCase (.substring 1)) returns \"OO\"\n (-?> nil .toUpperCase (.substring 1)) returns nil\n ",
"tag" nil,
"source"
"(defnilsafe \n \"Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?> \\\"foo\\\" .toUpperCase (.substring 1)) returns \\\"OO\\\"\n (-?> nil .toUpperCase (.substring 1)) returns nil\n \"\n -> -?>)",
"(defnilsafe \n \"DEPRECATED: use clojure.core/some-> instead.\n \n Same as clojure.core/-> but returns nil as soon as the threaded value is nil itself (thus short-circuiting any pending computation).\n Examples :\n (-?> \\\"foo\\\" .toUpperCase (.substring 1)) returns \\\"OO\\\"\n (-?> nil .toUpperCase (.substring 1)) returns nil\n \"\n ->\n ^{:deprecated \"0.1.3\"} -?>)",
"file" "clojure/core/incubator.clj",
"arglists" [["x" "form"] ["x" "form" "&" "forms"]]}]},
"description" "core.incubator 0.1.2",
"version" "0.1.2",
"description" "core.incubator 0.1.3",
"version" "0.1.3",
"name" "clojure.core.incubator",
"group" "clojure.core.incubator"}
Binary file not shown.
Binary file removed doc/clojuredocs/clojure.core.logic-0.8.1.json.gz
Binary file not shown.
Loading

0 comments on commit fc773c3

Please sign in to comment.