Skip to content

Commit d2ad3cd

Browse files
authored
Merge pull request #20 from calcit-lang/file-entry
add FileEntry in snapshot
2 parents 0d82050 + 39a196d commit d2ad3cd

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
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.8.0-a2/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5/cr'
2323
name: 'cr'
24-
version: '0.8.0-a2'
24+
version: '0.8.0-a5'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5/caps'
2929
name: 'caps'
30-
version: '0.8.0-a2'
30+
version: '0.8.0-a5'
3131
- name: "compiles to js"
3232
run: >
3333
caps --ci && cr --emit-js --once

calcit.cirru

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

compact.cirru

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:modules $ [] |respo.calcit/compact.cirru |lilac/compact.cirru |memof/compact.cirru |respo-ui.calcit/compact.cirru |respo-markdown.calcit/compact.cirru |reel.calcit/compact.cirru
55
:entries $ {}
66
:files $ {}
7-
|app.comp.container $ {}
7+
|app.comp.container $ %{} :FileEntry
88
:defs $ {}
99
|add-link $ %{} :CodeEntry (:doc |)
1010
:code $ quote
@@ -107,7 +107,7 @@
107107
"\"cirru-color" :as cirru-color
108108
respo.css :refer $ defstyle
109109
respo-ui.css :as css
110-
|app.config $ {}
110+
|app.config $ %{} :FileEntry
111111
:defs $ {}
112112
|cdn? $ %{} :CodeEntry (:doc |)
113113
:code $ quote
@@ -123,7 +123,7 @@
123123
def site $ {} (:dev-ui "\"http://localhost:8100/main-fonts.css") (:release-ui "\"http://cdn.tiye.me/favored-fonts/main-fonts.css") (:cdn-url "\"http://cdn.tiye.me/calcit-workflow/") (:title "\"Calcit") (:icon "\"http://cdn.tiye.me/logo/mvc-works.png") (:storage-key "\"workflow")
124124
:ns $ %{} :CodeEntry (:doc |)
125125
:code $ quote (ns app.config)
126-
|app.main $ {}
126+
|app.main $ %{} :FileEntry
127127
:defs $ {}
128128
|*reel $ %{} :CodeEntry (:doc |)
129129
:code $ quote
@@ -190,7 +190,7 @@
190190
app.config :as config
191191
"\"./calcit.build-errors" :default build-errors
192192
"\"bottom-tip" :default hud!
193-
|app.schema $ {}
193+
|app.schema $ %{} :FileEntry
194194
:defs $ {}
195195
|store $ %{} :CodeEntry (:doc |)
196196
:code $ quote
@@ -199,7 +199,7 @@
199199
:cursor $ []
200200
:ns $ %{} :CodeEntry (:doc |)
201201
:code $ quote (ns app.schema)
202-
|app.updater $ {}
202+
|app.updater $ %{} :FileEntry
203203
:defs $ {}
204204
|updater $ %{} :CodeEntry (:doc |)
205205
:code $ quote

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@calcit/procs": "^0.8.0-a2",
3+
"@calcit/procs": "^0.8.0-a5",
44
"cirru-color": "^0.2.3"
55
},
66
"devDependencies": {

yarn.lock

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

0 commit comments

Comments
 (0)