Skip to content

Commit

Permalink
fix by drop unused function; tag 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 2, 2023
1 parent e39f10a commit d251e7b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Diff/patch library designed for Cumulo project.

```cirru
recollect.twig/clear-twig-caches!
recollect.twig/new-twig-loop!
recollect.diff/diff-twig old-data new-data {:key :id}
recollect.diff/patch-twig old-data new-data changes
Expand Down
12 changes: 1 addition & 11 deletions calcit.cirru

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

5 changes: 1 addition & 4 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.15)
:configs $ {} (:init-fn |recollect.app.main/main!) (:reload-fn |recollect.app.main/reload!) (:version |0.0.16)
: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 @@ -676,9 +676,6 @@
|clear-twig-caches! $ %{} :CodeEntry (:doc |)
:code $ quote
defn clear-twig-caches! () $ reset-memof1-caches!
|new-twig-loop! $ %{} :CodeEntry (:doc |)
:code $ quote
defn new-twig-loop! () $ tick-calling-loop!
|show-tag-summay $ %{} :CodeEntry (:doc |)
:code $ quote
defn show-twig-summay () $ memof/show-summary @*memof-call-states
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15",
"version": "0.0.16",
"dependencies": {
"@calcit/procs": "^0.8.9"
},
Expand Down

0 comments on commit d251e7b

Please sign in to comment.