Skip to content

Commit

Permalink
Merge pull request #10 from calcit-lang/file-entry
Browse files Browse the repository at this point in the history
add FileEntry in snapshot
  • Loading branch information
csvwolf authored Aug 31, 2023
2 parents 0e7b166 + 5523534 commit ebaca36
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr'
name: 'cr'
version: '0.8.0-a2'
version: '0.8.0-a3'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/caps'
name: 'caps'
version: '0.8.0-a2'
version: '0.8.0-a3'

- uses: actions-rs/toolchain@v1
with:
Expand Down
11 changes: 4 additions & 7 deletions calcit.cirru

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

8 changes: 4 additions & 4 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

{} (:package |wss)
:configs $ {} (:init-fn |wss.test/main!) (:reload-fn |wss.test/reload!) (:version |0.2.0-a2)
:configs $ {} (:init-fn |wss.test/main!) (:reload-fn |wss.test/reload!) (:version |0.2.0-a3)
:modules $ []
:entries $ {}
:files $ {}
|wss.core $ {}
|wss.core $ %{} :FileEntry
:defs $ {}
|wss-each! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -23,7 +23,7 @@
ns wss.core $ :require
wss.$meta :refer $ calcit-dirname
wss.util :refer $ get-dylib-path
|wss.test $ {}
|wss.test $ %{} :FileEntry
:defs $ {}
|demo! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -48,7 +48,7 @@
ns wss.test $ :require
wss.core :refer $ wss-serve! wss-each! wss-send!
wss.$meta :refer $ calcit-dirname calcit-filename
|wss.util $ {}
|wss.util $ %{} :FileEntry
:defs $ {}
|get-dylib-ext $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down

0 comments on commit ebaca36

Please sign in to comment.