Skip to content

Commit 8351b08

Browse files
committed
update record fn; tag 0.0.12
1 parent 228e60b commit 8351b08

File tree

5 files changed

+168
-168
lines changed

5 files changed

+168
-168
lines changed

.github/workflows/upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.14/cr'
2323
name: 'cr'
24-
version: '0.7.12'
24+
version: '0.7.14'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.14/caps'
2929
name: 'caps'
30-
version: '0.7.12'
30+
version: '0.7.14'
3131

3232
- name: "deps"
3333
run: yarn && caps --ci

calcit.cirru

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{} (:package |recollect)
3-
:configs $ {} (:init-fn |recollect.app.main/main!) (:reload-fn |recollect.app.main/reload!) (:version |0.0.11)
3+
:configs $ {} (:init-fn |recollect.app.main/main!) (:reload-fn |recollect.app.main/reload!) (:version |0.0.12)
44
:modules $ [] |respo.calcit/compact.cirru |lilac/compact.cirru |memof/compact.cirru |respo-ui.calcit/compact.cirru |respo-value.calcit/
55
:entries $ {}
66
:test $ {} (:init-fn |recollect.app.main/test!) (:reload-fn |recollect.app.main/test!)
@@ -284,7 +284,7 @@
284284
|diff-record $ quote
285285
defn diff-record (collect! a b options)
286286
if-not (identical? a b)
287-
if (.matches? a b)
287+
if (&record:matches? a b)
288288
let
289289
a-pairs $ to-pairs a
290290
&doseq (pair a-pairs)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "0.0.11",
2+
"version": "0.0.12",
33
"dependencies": {
4-
"@calcit/procs": "^0.7.12"
4+
"@calcit/procs": "^0.7.14"
55
},
66
"devDependencies": {
77
"bottom-tip": "^0.1.5",
8-
"vite": "^4.4.8"
8+
"vite": "^4.4.9"
99
}
1010
}

0 commit comments

Comments
 (0)