Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add FileEntry in snapshot #21

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,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"

- run: cargo build --release

Expand Down
44 changes: 15 additions & 29 deletions calcit.cirru

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

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

{} (:package |calcit.std)
:configs $ {} (:init-fn |calcit.std.test/main!) (:reload-fn |calcit.std.test/reload!) (:version |0.2.0-a1)
:configs $ {} (:init-fn |calcit.std.test/main!) (:reload-fn |calcit.std.test/reload!) (:version |0.2.0-a2)
:modules $ []
:entries $ {}
:files $ {}
|calcit.std.date $ {}
|calcit.std.date $ %{} :FileEntry
:defs $ {}
|Date $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -58,7 +58,7 @@
ns calcit.std.date $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.fs $ {}
|calcit.std.fs $ %{} :FileEntry
:defs $ {}
|append-file! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -113,7 +113,7 @@
ns calcit.std.fs $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.hash $ {}
|calcit.std.hash $ %{} :FileEntry
:defs $ {}
|md5 $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -124,7 +124,7 @@
ns calcit.std.hash $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.json $ {}
|calcit.std.json $ %{} :FileEntry
:defs $ {}
|parse-json $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -139,7 +139,7 @@
ns calcit.std.json $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.path $ {}
|calcit.std.path $ %{} :FileEntry
:defs $ {}
|join-path $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -158,7 +158,7 @@
ns calcit.std.path $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.process $ {}
|calcit.std.process $ %{} :FileEntry
:defs $ {}
|execute! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -174,7 +174,7 @@
ns calcit.std.process $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.rand $ {}
|calcit.std.rand $ %{} :FileEntry
:defs $ {}
|nanoid! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -210,7 +210,7 @@
ns calcit.std.rand $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.test $ {}
|calcit.std.test $ %{} :FileEntry
:defs $ {}
|main! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -250,7 +250,7 @@
calcit.std.time :refer $ set-timeout set-interval
calcit.std.hash :refer $ md5
calcit.std.path :refer $ join-path path-dirname path-basename
|calcit.std.test.date $ {}
|calcit.std.test.date $ %{} :FileEntry
:defs $ {}
|main! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -282,7 +282,7 @@
:code $ quote
ns calcit.std.test.date $ :require
calcit.std.date :refer $ parse-time format-time get-time! extract-time from-ymd from-ywd add-duration Date get-timestamp
|calcit.std.test.fs $ {}
|calcit.std.test.fs $ %{} :FileEntry
:defs $ {}
|main! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -310,7 +310,7 @@
calcit.std.$meta :refer $ calcit-filename calcit-dirname
calcit.std.fs :refer $ read-file! append-file! write-file! path-exists? read-dir! create-dir! create-dir-all! rename! check-write-file! walk-dir! glob! read-file-by-line!
calcit.std.process :refer $ execute!
|calcit.std.test.json $ {}
|calcit.std.test.json $ %{} :FileEntry
:defs $ {}
|main! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -343,7 +343,7 @@
:code $ quote
ns calcit.std.test.json $ :require
calcit.std.json :refer $ parse-json stringify-json
|calcit.std.test.rand $ {}
|calcit.std.test.rand $ %{} :FileEntry
:defs $ {}
|main! $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -373,7 +373,7 @@
:code $ quote
ns calcit.std.test.rand $ :require
calcit.std.rand :refer $ rand rand-int rand-shift rand-nth rand-between nanoid! rand-hex-color!
|calcit.std.time $ {}
|calcit.std.time $ %{} :FileEntry
:defs $ {}
|set-interval $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -388,7 +388,7 @@
ns calcit.std.time $ :require
calcit.std.$meta :refer $ calcit-dirname
calcit.std.util :refer $ get-dylib-path
|calcit.std.util $ {}
|calcit.std.util $ %{} :FileEntry
:defs $ {}
|get-dylib-ext $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down