Skip to content

Commit

Permalink
Remove superfluous TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
RickMoynihan committed Feb 2, 2023
1 parent e95111b commit 6e0ddb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.clj
Expand Up @@ -95,7 +95,7 @@
"Build all submodules locally"
[opts]
;; first prep this dep by building its java classes
(aborting-process {:command-args ["clojure" "-X:deps" "prep"]}) ;; TODO is this necessary?
(aborting-process {:command-args ["clojure" "-X:deps" "prep"]})

(clean-all opts)
(build-grafter-repo opts)
Expand All @@ -108,7 +108,7 @@
(doseq [module submodules]
(dd/deploy {:artifact (format "./target/%s-%s.jar" module version)
:installer :remote
:sign-releases? false ;; TODO
:sign-releases? false ;; TODO
:pom-file (format "./target/%s/META-INF/maven/io.github.swirrl/%s/pom.xml" module module)})))

(defn ci-deploy
Expand Down
2 changes: 0 additions & 2 deletions grafter.io/test/grafter_2/rdf4j/io_test.clj
Expand Up @@ -51,8 +51,6 @@
(int 42) "http://www.w3.org/2001/XMLSchema#int" Integer
"hello" "http://www.w3.org/2001/XMLSchema#string" String

;; TODO

(OffsetDateTime/of (LocalDate/of 2018 11 3)
(LocalTime/of 11 13 15 300)
(ZoneOffset/ofHoursMinutes 4 15))
Expand Down
2 changes: 0 additions & 2 deletions grafter.io/test/grafter_2/rdf4j/templater_test.clj
Expand Up @@ -4,8 +4,6 @@
[grafter-2.rdf.protocols :as pr]
[grafter.url :as url]))

;; TODO add more tests

(def hasBnode (url/->java-uri "http://example.org/hasBlankNode"))
(def p (url/->java-uri "http://example.org/test/predicate"))
(def o (url/->java-uri "http://example.org/test/object"))
Expand Down

0 comments on commit 6e0ddb7

Please sign in to comment.