Skip to content

Commit

Permalink
update record fn; tag 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 20, 2023
1 parent 228e60b commit 8351b08
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 168 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.14/cr'
name: 'cr'
version: '0.7.12'
version: '0.7.14'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.14/caps'
name: 'caps'
version: '0.7.12'
version: '0.7.14'

- name: "deps"
run: yarn && caps --ci
Expand Down
4 changes: 2 additions & 2 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |recollect)
:configs $ {} (:init-fn |recollect.app.main/main!) (:reload-fn |recollect.app.main/reload!) (:version |0.0.11)
:configs $ {} (:init-fn |recollect.app.main/main!) (:reload-fn |recollect.app.main/reload!) (:version |0.0.12)
:modules $ [] |respo.calcit/compact.cirru |lilac/compact.cirru |memof/compact.cirru |respo-ui.calcit/compact.cirru |respo-value.calcit/
:entries $ {}
:test $ {} (:init-fn |recollect.app.main/test!) (:reload-fn |recollect.app.main/test!)
Expand Down Expand Up @@ -284,7 +284,7 @@
|diff-record $ quote
defn diff-record (collect! a b options)
if-not (identical? a b)
if (.matches? a b)
if (&record:matches? a b)
let
a-pairs $ to-pairs a
&doseq (pair a-pairs)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.0.11",
"version": "0.0.12",
"dependencies": {
"@calcit/procs": "^0.7.12"
"@calcit/procs": "^0.7.14"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
Loading

0 comments on commit 8351b08

Please sign in to comment.