Skip to content

Commit

Permalink
Update to ClojureScript 1.9.494
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Feb 25, 2017
1 parent cad3cc7 commit f8031e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
11 changes: 0 additions & 11 deletions int-test/expected/PLANCK-OUT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -520,14 +520,3 @@ Test chained timer and sh-async keeps script going
1
Disable asserts
nil
Print ex-data when pst
abc
cljs.core/ExceptionInfo (cljs/core.cljs:10433:11)
cljs.core/ex-info (cljs/core.cljs:10460:1)

abc
{:a 1}
cljs.core/ExceptionInfo (cljs/core.cljs:10433:11)
cljs.core/ex-info (cljs/core.cljs:10460:1)

nil
6 changes: 0 additions & 6 deletions int-test/script/gen-actual
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,3 @@ echo "Disable asserts"
$PLANCK -a << REPL_INPUT
(assert false)
REPL_INPUT

echo "Print ex-data when pst"
$PLANCK << REPL_INPUT
(throw (ex-info "abc" {:a 1}))
(pst)
REPL_INPUT
4 changes: 2 additions & 2 deletions planck-cljs/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject planck "0.1.0"
:profiles {:dev
{:dependencies [[org.clojure/clojurescript "1.9.473"]
{:dependencies [[org.clojure/clojurescript "1.9.494"]
[org.clojure/test.check "0.9.0"]
[tubular "1.0.0"]]
:source-paths ["dev"]}
Expand All @@ -9,7 +9,7 @@
:build-commit
{}}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.473"]
[org.clojure/clojurescript "1.9.494"]
[org.clojure/test.check "0.9.0"]
[org.clojure/tools.reader "1.0.0-beta4"]
[tailrecursion/cljson "1.0.7"]
Expand Down

0 comments on commit f8031e2

Please sign in to comment.