|
6 | 6 | com.github.seancorfield/honeysql {:mvn/version "2.7.1340"} |
7 | 7 | com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"} |
8 | 8 | org.postgresql/postgresql {:mvn/version "42.7.7"} |
| 9 | + com.xtdb/xtdb-api {:mvn/version "2.0.0"} |
9 | 10 | migratus/migratus {:mvn/version "1.6.4"} |
10 | 11 | hikari-cp/hikari-cp {:mvn/version "3.3.0"} |
11 | 12 | clj-http/clj-http {:mvn/version "3.13.1"} |
|
14 | 15 | org.clojure/tools.logging {:mvn/version "1.3.0"} |
15 | 16 | ch.qos.logback/logback-classic {:mvn/version "1.5.18"} |
16 | 17 | nrepl/nrepl {:mvn/version "1.3.1"} |
17 | | - mvxcvi/puget {:mvn/version "1.3.4"} |
18 | 18 | etaoin/etaoin {:mvn/version "1.1.43"} |
19 | 19 | org.clj-commons/slingshot {:mvn/version "0.13.0"}} |
20 | 20 |
|
21 | 21 | :paths ["src" "resources"] |
22 | 22 |
|
23 | 23 | :aliases {:nrebel |
24 | | - {:extra-deps {com.bhauman/rebel-readline-nrepl {:mvn/version "0.1.5"}} |
| 24 | + {:extra-deps {com.bhauman/rebel-readline-nrepl {:mvn/version "0.1.5"} |
| 25 | + mvxcvi/puget {:mvn/version "1.3.4"}} |
25 | 26 | :exec-fn rebel-readline.nrepl/connect |
26 | 27 | :exec-args {:background-print false} |
27 | | - :main-opts ["--eval" "(require '[puget.printer :as pp])" |
28 | | - "-m" "rebel-readline.nrepl.main"] |
| 28 | + ; :main-opts ["--eval" "(alter-var-root #'rebel-readline.clojure.main/syntax-highlight-prn (fn [_] (fn [v] (puget.printer/cprint v))))"] |
29 | 29 | :jvm-opts ["--enable-native-access=ALL-UNNAMED"]} |
30 | 30 |
|
31 | 31 | :repl |
|
41 | 41 | nubank/matcher-combinators {:mvn/version "3.9.2"} |
42 | 42 | clj-test-containers/clj-test-containers {:mvn/version "0.7.4"} |
43 | 43 | org.testcontainers/postgresql {:mvn/version "1.21.3"} |
| 44 | + com.xtdb/xtdb-core {:mvn/version "2.0.0"} |
44 | 45 | ; djblue/portal {:mvn/version "0.59.1"} ; portal data inspector |
45 | 46 | org.clj-commons/pretty {:mvn/version "3.5.0"} |
| 47 | + mvxcvi/puget {:mvn/version "1.3.4"} |
46 | 48 | dev.weavejester/hashp {:mvn/version "0.4.0"} |
47 | 49 | clj-http-fake/clj-http-fake {:mvn/version "1.0.4"} |
48 | 50 | io.github.noahtheduke/lazytest {:mvn/version "1.9.1"}} |
|
55 | 57 | "-f" "rebel-readline.main/-main"] |
56 | 58 | :jvm-opts ["--enable-native-access=ALL-UNNAMED" |
57 | 59 | "-Djdk.attach.allowAttachSelf"]} |
58 | | - |
| 60 | + ; "--add-opens=java.base/java.nio=ALL-UNNAMED" ; for xtdb-local |
| 61 | + ; "-Dio.netty.tryReflectionSetAccessible=true"]} ; for xtdb-local |
59 | 62 | ;"-Dio.pedestal.dev-mode=true"]} |
60 | 63 |
|
61 | 64 | :build |
|
0 commit comments