File tree Expand file tree Collapse file tree 5 files changed +168
-168
lines changed Expand file tree Collapse file tree 5 files changed +168
-168
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
20
20
- uses : supplypike/setup-bin@v3
21
21
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'
23
23
name : ' cr'
24
- version : ' 0.7.12 '
24
+ version : ' 0.7.14 '
25
25
26
26
- uses : supplypike/setup-bin@v3
27
27
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'
29
29
name : ' caps'
30
- version : ' 0.7.12 '
30
+ version : ' 0.7.14 '
31
31
32
32
- name : " deps"
33
33
run : yarn && caps --ci
Original file line number Diff line number Diff line change 1
1
2
2
{} ( :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 )
4
4
:modules $ [] |respo.calcit/compact.cirru |lilac/compact.cirru |memof/compact.cirru |respo-ui.calcit/compact.cirru |respo-value.calcit/
5
5
:entries $ {}
6
6
:test $ {} ( :init-fn |recollect.app.main/test! ) ( :reload-fn |recollect.app.main/test! )
284
284
|diff-record $ quote
285
285
defn diff-record ( collect! a b options )
286
286
if-not ( identical? a b )
287
- if ( . matches? a b )
287
+ if ( &record: matches? a b )
288
288
let
289
289
a-pairs $ to-pairs a
290
290
&doseq ( pair a-pairs )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.11 " ,
2
+ "version" : " 0.0.12 " ,
3
3
"dependencies" : {
4
- "@calcit/procs" : " ^0.7.12 "
4
+ "@calcit/procs" : " ^0.7.14 "
5
5
},
6
6
"devDependencies" : {
7
7
"bottom-tip" : " ^0.1.5" ,
8
- "vite" : " ^4.4.8 "
8
+ "vite" : " ^4.4.9 "
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments