Skip to content

Commit

Permalink
Fix spit and slurp arities
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Aug 9, 2018
1 parent 3015ce0 commit 6beb22f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions core/data/linter_clj.joke
Expand Up @@ -65,6 +65,9 @@
(__deref__ ref))
([^Deref ref ^Int timeout-ms timeout-val]))

(defn spit [f content & options])
(defn slurp [f & options])


;; Clojure core functions not supported by Joker

Expand Down
3 changes: 0 additions & 3 deletions core/data/linter_cljx.joke
Expand Up @@ -228,9 +228,6 @@
([^Callable pred])
([^Callable pred ^Callable retf]))

;; Clojure core functions with arities not supported by Joker
(defn spit [^String f ^String content & options])

;; Clojure core vars not supported by Joker

(def *print-level*)
Expand Down

0 comments on commit 6beb22f

Please sign in to comment.