From 6e9c98e0b3600b02cb660bb133adae666219250f Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Sun, 12 Jul 2020 17:09:45 +0800 Subject: [PATCH] upgrade memof --- calcit.cirru | 5 ----- deps.edn | 2 +- release.edn | 2 +- shadow-cljs.edn | 2 +- src/phlox/core.cljs | 3 +-- 5 files changed, 4 insertions(+), 10 deletions(-) diff --git a/calcit.cirru b/calcit.cirru index 242f5ad..8aa99af 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -14509,11 +14509,6 @@ |j $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1594053571185) :data $ {} |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594053571580) (:text |{}) (:id |ZnEM2IFRc) - |j $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1594488461962) - :data $ {} - |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594488491344) (:text |:cold-duration) (:id |SK2OGAmeGJ) - |j $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594489715135) (:text |100) (:id |F27tsepxy) - :id |-Id6j6pkst |r $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1594488497725) :data $ {} |T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594488499918) (:text |:trigger-loop) (:id |JJDwSAp0xleaf) diff --git a/deps.edn b/deps.edn index 336dfdb..08b774e 100644 --- a/deps.edn +++ b/deps.edn @@ -4,7 +4,7 @@ mvc-works/lilac {:mvn/version "0.1.6"} respo/ui {:mvn/version "0.3.15"} respo {:mvn/version "0.12.3"} - cumulo/memof {:mvn/version "0.2.0-a2"} + cumulo/memof {:mvn/version "0.2.0-a3"} } :aliases { :release { diff --git a/release.edn b/release.edn index ad1680a..de73d29 100644 --- a/release.edn +++ b/release.edn @@ -1,4 +1,4 @@ -{:version "0.3.4-a3", +{:version "0.3.4-a4", :group-id "quamolit", :artifact-id "phlox", :skip-tag true, diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 966b79e..898a16b 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -7,7 +7,7 @@ [cumulo/util "0.1.12"] [respo "0.12.3"] [respo/ui "0.3.15"] - [cumulo/memof "0.2.0-a2"] + [cumulo/memof "0.2.0-a3"] [org.clojure/core.incubator "0.1.4"] [mvc-works/lilac "0.1.6"] ] diff --git a/src/phlox/core.cljs b/src/phlox/core.cljs index 2f49278..20d0c1d 100644 --- a/src/phlox/core.cljs +++ b/src/phlox/core.cljs @@ -37,8 +37,7 @@ (defonce *events-element (atom nil)) -(defonce *phlox-caches - (atom (memof/new-states {:cold-duration 100, :trigger-loop 200, :elapse-loop 600}))) +(defonce *phlox-caches (atom (memof/new-states {:trigger-loop 200, :elapse-loop 600}))) (defonce *renderer (atom nil))