sci: fix for / add java.lang.Character
This commit is contained in:
parent
2c1ce678da
commit
38a4862d54
4 changed files with 8 additions and 3 deletions
5
deps.edn
5
deps.edn
|
|
@ -1,4 +1,7 @@
|
|||
{:paths ["src" "feature-xml" "feature-yaml" "sci/src" "babashka.curl/src" "resources" "sci/resources"],
|
||||
{:paths ["src" "feature-xml" "feature-core-async"
|
||||
"feature-yaml" "feature-csv" "feature-transit"
|
||||
"feature-java-time" "feature-java-nio"
|
||||
"sci/src" "babashka.curl/src" "resources" "sci/resources"],
|
||||
:deps {org.clojure/clojure {:mvn/version "1.10.2-alpha1"},
|
||||
org.clojure/tools.reader {:mvn/version "1.3.2"},
|
||||
borkdude/edamame {:mvn/version "0.0.11-alpha.9"},
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit f62c83549aefa5f254e567e9c4106f4db1591005
|
||||
Subproject commit 9fbdbe440b52ec24fa6c838434eed5b364abfc0b
|
||||
|
|
@ -102,9 +102,10 @@
|
|||
java.lang.AssertionError
|
||||
java.lang.Boolean
|
||||
java.lang.Byte
|
||||
java.lang.Comparable
|
||||
java.lang.Character
|
||||
java.lang.Class
|
||||
java.lang.ClassNotFoundException
|
||||
java.lang.Comparable
|
||||
java.lang.Double
|
||||
java.lang.Exception
|
||||
java.lang.Integer
|
||||
|
|
|
|||
|
|
@ -435,6 +435,7 @@ If neither -e, -f, or --socket-repl are specified, then the first argument that
|
|||
BigDecimal java.math.BigDecimal
|
||||
Boolean java.lang.Boolean
|
||||
Byte java.lang.Byte
|
||||
Character java.lang.Character
|
||||
Class java.lang.Class
|
||||
ClassNotFoundException java.lang.ClassNotFoundException
|
||||
Double java.lang.Double
|
||||
|
|
|
|||
Loading…
Reference in a new issue