Skip to content

Commit ebaca36

Browse files
authored
Merge pull request #10 from calcit-lang/file-entry
add FileEntry in snapshot
2 parents 0e7b166 + 5523534 commit ebaca36

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

.github/workflows/check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
- uses: supplypike/setup-bin@v3
1818
with:
19-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
19+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr'
2020
name: 'cr'
21-
version: '0.8.0-a2'
21+
version: '0.8.0-a3'
2222

2323
- uses: supplypike/setup-bin@v3
2424
with:
25-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
25+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/caps'
2626
name: 'caps'
27-
version: '0.8.0-a2'
27+
version: '0.8.0-a3'
2828

2929
- uses: actions-rs/toolchain@v1
3030
with:

calcit.cirru

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

compact.cirru

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
{} (:package |wss)
3-
:configs $ {} (:init-fn |wss.test/main!) (:reload-fn |wss.test/reload!) (:version |0.2.0-a2)
3+
:configs $ {} (:init-fn |wss.test/main!) (:reload-fn |wss.test/reload!) (:version |0.2.0-a3)
44
:modules $ []
55
:entries $ {}
66
:files $ {}
7-
|wss.core $ {}
7+
|wss.core $ %{} :FileEntry
88
:defs $ {}
99
|wss-each! $ %{} :CodeEntry (:doc |)
1010
:code $ quote
@@ -23,7 +23,7 @@
2323
ns wss.core $ :require
2424
wss.$meta :refer $ calcit-dirname
2525
wss.util :refer $ get-dylib-path
26-
|wss.test $ {}
26+
|wss.test $ %{} :FileEntry
2727
:defs $ {}
2828
|demo! $ %{} :CodeEntry (:doc |)
2929
:code $ quote
@@ -48,7 +48,7 @@
4848
ns wss.test $ :require
4949
wss.core :refer $ wss-serve! wss-each! wss-send!
5050
wss.$meta :refer $ calcit-dirname calcit-filename
51-
|wss.util $ {}
51+
|wss.util $ %{} :FileEntry
5252
:defs $ {}
5353
|get-dylib-ext $ %{} :CodeEntry (:doc |)
5454
:code $ quote

0 commit comments

Comments
 (0)