Skip to content

Commit

Permalink
Include tools.namespace dep in dev
Browse files Browse the repository at this point in the history
This includes the super helpful refresh-all function
which refreshes all files in the repl
  • Loading branch information
stevorobs3 committed Dec 4, 2023
1 parent e59209a commit 1758e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
org.apache.logging.log4j/log4j-core {:mvn/version "2.20.0"}
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.20.0"}}}
:dev {
:extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.0.4"}}
:extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.0.4"}
org.clojure/tools.namespace {:mvn/version "1.4.4"}}

:jvm-opts ["-Djdk.attach.allowAttachSelf" ;; for jdk9+
]
Expand Down
2 changes: 1 addition & 1 deletion src/csv2rdf/csvw.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
([tabular-source
metadata-source
table-schema-source
{:keys [mode] :as options}]
{:keys [mode]}]
(let [mode (or mode :standard)
{:keys [tables] :as metadata} (processing/get-metadata tabular-source metadata-source table-schema-source)
table-group-dialect (:dialect metadata)
Expand Down

0 comments on commit 1758e01

Please sign in to comment.