From a86ecb4f1353ffc57bf1e301615cdf3ec2192ecf Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Wed, 3 Feb 2021 15:44:05 +0800 Subject: [PATCH] fix missing key function with first; bump 0.14.9 --- calcit.cirru | 4 ++-- compact.cirru | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/calcit.cirru b/calcit.cirru index 399e428..faa8220 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -5385,7 +5385,7 @@ |r $ {} (:type :leaf) (:text |n-coord) (:by |root) (:at 1504774121421) |v $ {} (:type :expr) (:by nil) (:at 1504774121421) :data $ {} - |T $ {} (:type :leaf) (:text |key) (:by |root) (:at 1504774121421) + |T $ {} (:type :leaf) (:text |first) (:by |rJoDgvdeG) (:at 1612338177061) |j $ {} (:type :expr) (:by nil) (:at 1504774121421) :data $ {} |T $ {} (:type :leaf) (:text |first) (:by |root) (:at 1504774121421) @@ -12186,4 +12186,4 @@ |T $ {} (:type :leaf) (:by |rJoDgvdeG) (:at 1571935650828) (:text |.now) |j $ {} (:type :leaf) (:by |rJoDgvdeG) (:at 1571935653049) (:text |js/Date) :proc $ {} (:type :expr) (:by |rJoDgvdeG) (:at 1511712852131) (:data $ {}) - :configs $ {} (:reload-fn |respo.main/reload!) (:modules $ [] |memof/compact.cirru |lilac/compact.cirru |calcit-test/compact.cirru) (:output |src) (:port 6001) (:extension |.cljs) (:init-fn |respo.main/main!) (:compact-output? true) (:storage-key |calcit.cirru) (:version |0.14.8) + :configs $ {} (:reload-fn |respo.main/reload!) (:modules $ [] |memof/compact.cirru |lilac/compact.cirru |calcit-test/compact.cirru) (:output |src) (:port 6001) (:extension |.cljs) (:init-fn |respo.main/main!) (:compact-output? true) (:storage-key |calcit.cirru) (:version |0.14.9) diff --git a/compact.cirru b/compact.cirru index a27c885..3d7684a 100644 --- a/compact.cirru +++ b/compact.cirru @@ -1,6 +1,6 @@ {} (:package |respo) - :configs $ {} (:init-fn |respo.main/main!) (:reload-fn |respo.main/reload!) (:modules $ [] |memof/compact.cirru |lilac/compact.cirru |calcit-test/compact.cirru) (:version |0.14.8) + :configs $ {} (:init-fn |respo.main/main!) (:reload-fn |respo.main/reload!) (:modules $ [] |memof/compact.cirru |lilac/compact.cirru |calcit-test/compact.cirru) (:version |0.14.9) :files $ {} |respo.app.style.widget $ {} :ns $ quote @@ -718,7 +718,7 @@ recur collect! coord n-coord old-props $ rest new-props (and (not was-empty?) now-empty?) do - collect! $ [] op/rm-prop coord n-coord (key $ first old-props) + collect! $ [] op/rm-prop coord n-coord (first $ first old-props) recur collect! coord n-coord (rest old-props) new-props true $ let old-pair $ first old-props diff --git a/package.json b/package.json index 9af25a0..bc36688 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,5 @@ "webpack": "^5.19.0", "webpack-cli": "^4.4.0" }, - "version": "0.14.8" + "version": "0.14.9" }