Skip to content

Commit

Permalink
add FileEntry in snapshot; tag 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 29, 2023
1 parent db695de commit 32bfc6e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 32 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,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'

- name: "compiles to js"
run: >
Expand Down
17 changes: 8 additions & 9 deletions calcit.cirru

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

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

{} (:package |calcit-theme)
:configs $ {} (:init-fn |calcit-theme.main/main!) (:reload-fn |calcit-theme.main/reload!) (:version |0.3.0)
:configs $ {} (:init-fn |calcit-theme.main/main!) (:reload-fn |calcit-theme.main/reload!) (:version |0.4.0)
:modules $ [] |memof/ |lilac/ |respo.calcit/ |respo-ui.calcit/ |reel.calcit/
:entries $ {}
:files $ {}
|calcit-theme.comp.container $ {}
|calcit-theme.comp.container $ %{} :FileEntry
:defs $ {}
|comp-container $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -36,7 +36,7 @@
reel.comp.reel :refer $ comp-reel
calcit-theme.config :refer $ dev?
calcit-theme.comp.expr :refer $ comp-expr render-expr
|calcit-theme.comp.expr $ {}
|calcit-theme.comp.expr $ %{} :FileEntry
:defs $ {}
|comp-expr $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -114,7 +114,7 @@
respo.comp.space :refer $ =<
calcit-theme.config :refer $ dev?
calcit-theme.theme :as theme
|calcit-theme.config $ {}
|calcit-theme.config $ %{} :FileEntry
:defs $ {}
|dev? $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -124,7 +124,7 @@
def site $ {} (:title "\"Calcit Theme") (:icon "\"http://cdn.tiye.me/logo/cirru.png") (:storage-key "\"calcit-theme")
:ns $ %{} :CodeEntry (:doc |)
:code $ quote (ns calcit-theme.config)
|calcit-theme.main $ {}
|calcit-theme.main $ %{} :FileEntry
:defs $ {}
|*reel $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -187,7 +187,7 @@
calcit-theme.config :as config
"\"./calcit.build-errors" :default build-errors
"\"bottom-tip" :default hud!
|calcit-theme.schema $ {}
|calcit-theme.schema $ %{} :FileEntry
:defs $ {}
|store $ %{} :CodeEntry (:doc |)
:code $ quote
Expand All @@ -196,7 +196,7 @@
:content |
:ns $ %{} :CodeEntry (:doc |)
:code $ quote (ns calcit-theme.schema)
|calcit-theme.theme $ {}
|calcit-theme.theme $ %{} :FileEntry
:defs $ {}
|decorate-expr $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down Expand Up @@ -248,7 +248,7 @@
:code $ quote
ns calcit-theme.theme $ :require ( respo-ui.core :as ui)
respo.util.format :refer $ [] hsl
|calcit-theme.updater $ {}
|calcit-theme.updater $ %{} :FileEntry
:defs $ {}
|updater $ %{} :CodeEntry (:doc |)
:code $ quote
Expand Down
10 changes: 5 additions & 5 deletions package.cirru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{}
:dependencies $ {}
|calcit-lang/lilac |0.4.0-a1
|calcit-lang/memof |0.0.13
|Respo/respo.calcit |0.16.0-a1
|Respo/reel.calcit |0.6.0-a1
|Respo/respo-ui.calcit |0.5.0-a1
|calcit-lang/lilac |0.4.0-a2
|calcit-lang/memof |0.0.14
|Respo/respo.calcit |0.16.0-a3
|Respo/reel.calcit |0.6.0-a2
|Respo/respo-ui.calcit |0.5.0-a3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.2.4",
"version": "0.4.0",
"dependencies": {
"@calcit/procs": "^0.8.0-a2"
"@calcit/procs": "^0.8.0-a3"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit 32bfc6e

Please sign in to comment.