Skip to content

Commit

Permalink
prepare to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Aug 4, 2022
1 parent e13faf1 commit c303902
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
:dev {:source-paths ["src" "test"]
:java-source-paths ["native/src/java"]
;; uncomment on java 11 and above
;; :jvm-opts
;; ["--add-opens" "java.base/java.nio=ALL-UNNAMED"
;; "--add-opens" "java.base/java.lang=ALL-UNNAMED"
;; "--add-opens" "java.base/sun.nio.ch=ALL-UNNAMED"
;; "--add-opens" "java.base/jdk.internal.ref=ALL-UNNAMED"]
:jvm-opts
["--add-opens" "java.base/java.nio=ALL-UNNAMED"
"--add-opens" "java.base/java.lang=ALL-UNNAMED"
"--add-opens" "java.base/sun.nio.ch=ALL-UNNAMED"
"--add-opens" "java.base/jdk.internal.ref=ALL-UNNAMED"]
:dependencies
[[org.clojure/test.check]
[org.clojure/tools.cli]
Expand Down
1 change: 0 additions & 1 deletion src/datalevin/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
[datalevin.pull-api :as dp]
[datalevin.query :as dq]
[datalevin.entity :as de]
[taoensso.timbre :as log]
[datalevin.bits :as b])
(:import
[datalevin.entity Entity]
Expand Down
2 changes: 1 addition & 1 deletion test/datalevin/core_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
(UUID/randomUUID)))})
_ (s/start server)
dir "dtlv://datalevin:datalevin@localhost/large-tx-test"
end 100000
end 50000
conn (sut/create-conn dir nil {:auto-entity-time? true})
vs (range 0 end)
txs (map (fn [a v] {a v}) (repeat :id) vs)]
Expand Down

0 comments on commit c303902

Please sign in to comment.