Skip to content

Commit d251e7b

Browse files
committed
fix by drop unused function; tag 0.0.16
1 parent e39f10a commit d251e7b

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Diff/patch library designed for Cumulo project.
1010

1111
```cirru
1212
recollect.twig/clear-twig-caches!
13-
recollect.twig/new-twig-loop!
1413
1514
recollect.diff/diff-twig old-data new-data {:key :id}
1615
recollect.diff/patch-twig old-data new-data changes

calcit.cirru

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

compact.cirru

Lines changed: 1 addition & 4 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.15)
3+
:configs $ {} (:init-fn |recollect.app.main/main!) (:reload-fn |recollect.app.main/reload!) (:version |0.0.16)
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!)
@@ -676,9 +676,6 @@
676676
|clear-twig-caches! $ %{} :CodeEntry (:doc |)
677677
:code $ quote
678678
defn clear-twig-caches! () $ reset-memof1-caches!
679-
|new-twig-loop! $ %{} :CodeEntry (:doc |)
680-
:code $ quote
681-
defn new-twig-loop! () $ tick-calling-loop!
682679
|show-tag-summay $ %{} :CodeEntry (:doc |)
683680
:code $ quote
684681
defn show-twig-summay () $ memof/show-summary @*memof-call-states

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.15",
2+
"version": "0.0.16",
33
"dependencies": {
44
"@calcit/procs": "^0.8.9"
55
},

0 commit comments

Comments
 (0)