File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
17
17
- uses : supplypike/setup-bin@v3
18
18
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'
20
20
name : ' cr'
21
- version : ' 0.8.0-a2 '
21
+ version : ' 0.8.0-a3 '
22
22
23
23
- uses : supplypike/setup-bin@v3
24
24
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'
26
26
name : ' caps'
27
- version : ' 0.8.0-a2 '
27
+ version : ' 0.8.0-a3 '
28
28
29
29
- uses : actions-rs/toolchain@v1
30
30
with :
Original file line number Diff line number Diff line change 1
1
2
2
{} ( :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 )
4
4
:modules $ []
5
5
:entries $ {}
6
6
:files $ {}
7
- |wss.core $ {}
7
+ |wss.core $ %{} :FileEntry
8
8
:defs $ {}
9
9
|wss-each! $ %{} :CodeEntry ( :doc | )
10
10
:code $ quote
23
23
ns wss.core $ :require
24
24
wss.$meta :refer $ calcit-dirname
25
25
wss.util :refer $ get-dylib-path
26
- |wss.test $ {}
26
+ |wss.test $ %{} :FileEntry
27
27
:defs $ {}
28
28
|demo! $ %{} :CodeEntry ( :doc | )
29
29
:code $ quote
48
48
ns wss.test $ :require
49
49
wss.core :refer $ wss-serve! wss-each! wss-send!
50
50
wss.$meta :refer $ calcit-dirname calcit-filename
51
- |wss.util $ {}
51
+ |wss.util $ %{} :FileEntry
52
52
:defs $ {}
53
53
|get-dylib-ext $ %{} :CodeEntry ( :doc | )
54
54
:code $ quote
You can’t perform that action at this time.
0 commit comments