Skip to content

Commit

Permalink
feat: add gensql.gpm.sppl-compatible container
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed May 2, 2024
1 parent 5b275f3 commit 75693a0
Show file tree
Hide file tree
Showing 7 changed files with 700 additions and 39 deletions.
297 changes: 297 additions & 0 deletions deps-lock.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
org.clojure/test.check {:mvn/version "1.1.1"}}}
:build {:deps {io.github.clojure/tools.build {:git/sha "8e78bccc35116f6b6fc0bf0c125dba8b8db8da6b"}}
:ns-default build}
:build-with-sppl {:deps {io.github.clojure/tools.build {:git/sha "8e78bccc35116f6b6fc0bf0c125dba8b8db8da6b"}
io.github.opengen/gensql.gpm.sppl {:git/sha "1d87ef476c17c3cfc464b0dfec3cd8ed73178711"}}
:ns-default build}
:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.27.5"}}}
:clj-test {:extra-deps {io.github.cognitect-labs/test-runner {:git/sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}}
:main-opts ["--main" "cognitect.test-runner"]
Expand All @@ -41,6 +44,10 @@
criterium/criterium {:mvn/version "0.4.6"}}
:jvm-opts ["-Djdk.attach.allowAttachSelf"]}

:query-sppl { :extra-deps { io.github.opengen/gensql.gpm.sppl {:git/sha "1d87ef476c17c3cfc464b0dfec3cd8ed73178711"}}
:main-opts ["-m" "inferenceql.query.main"]
}

:coverage
;; Invoke with clj -M:test:coverage <args>
{:main-opts ["-m" "cloverage.coverage"
Expand Down
Loading

0 comments on commit 75693a0

Please sign in to comment.