Skip to content

Commit

Permalink
Push: automaton-optimization to branch: main. Changes can be seen…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 24, 2024
1 parent 38796c9 commit 4d759cd
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 79 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.0"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
18 changes: 0 additions & 18 deletions build_config.edn

This file was deleted.

13 changes: 8 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.9.1217"}}
{:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/Kaspazza/antq"
:sha "a2606c7dc0edfae1990e367242b28accf2ded115"}}
:main-opts ["-m" "antq.core"]}
:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}}
:build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
Expand All @@ -17,8 +16,12 @@
org.clojure/tools.reader #:mvn{:version "1.5.0"}}
:extra-paths ["test/clj" "test/cljc" "test/resources"]
:jvm-opts ["-Dheph-conf=env/test/config.edn,env/test/config.edn" "-Dhephaistox-in-test=true"]}
:deploy {:exec-args {:installer :remote}
:exec-fn deps-deploy.deps-deploy/deploy
:extra-deps {slipset/deps-deploy {:exclusions [org.slf4j/slf4j-nop]
:mvn/version "0.2.2"}}}
:env-development-repl
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.4.0"}}
{:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0"}}
:extra-paths ["env/development/resources" "env/development/src/clj" "env/development/src/cljc"]
:jvm-opts ["-Dheph-conf=env/development/config.edn,env/common_config.edn"]
:main-opts ["-m" "automaton-optimization.repl.entry-point"]}
Expand All @@ -35,7 +38,7 @@
:main-opts ["-m" "cognitect.test-runner" "-r" ".*-test.*" "-d" "test/clj" "-d" "test/cljc"]}}
:deps {criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.4.0"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0"}
org.clojure/clojure #:mvn{:version "1.11.4"}
thedavidmeister/xoroshiro128 #:mvn{:version "1.1.3"}}
:paths ["src/clj" "src/cljc" "resources" "src/cljs"]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "automaton-core",
"name": "automaton-optimization",
"repository": "https://github.com/hephaistox/automaton-optimization",
"license": "MIT",
"scripts": {},
Expand Down
51 changes: 0 additions & 51 deletions pom.xml

This file was deleted.

8 changes: 7 additions & 1 deletion project.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{:app-name "automaton-optimization"
:code {:forbidden-words #{"DONE" "FIXME" "NOTE" "TODO" "automaton-build" "landing" "tap>"}}
:frontend {:run-aliases [:ltest :browser-test]}
:publication {:as-lib org.clojars.hephaistox/automaton-optimization}}
:publication {:base-branch "main"
:clojars true
:excluded-aliases
[:antq :codox :env-development-repl :env-development-test :common-test :deploy]
:la-branch "la"
:pom-xml-license {:name "CC BY-NC 4.0"
:url "https://creativecommons.org/licenses/by-nc/4.0/deed.en"}}}
3 changes: 1 addition & 2 deletions version.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
;; Last generated version, note a failed push consume a number
{:version "2.2.0"}
{:version "2.3.0"}

0 comments on commit 4d759cd

Please sign in to comment.