From 55235346dfc62a2c8099f241a797c1d3611faf80 Mon Sep 17 00:00:00 2001 From: tiye Date: Tue, 29 Aug 2023 21:55:27 +0800 Subject: [PATCH] add FileEntry in snapshot; tag 0.2.0-a3 --- .github/workflows/check.yaml | 8 ++++---- calcit.cirru | 11 ++++------- compact.cirru | 8 ++++---- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index ea31e8c..f628c6e 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -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: diff --git a/calcit.cirru b/calcit.cirru index 9fdf65e..346174a 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -1,11 +1,10 @@ {} (:package |wss) - :configs $ {} (:init-fn |wss.test/main!) (:port 6001) (:reload-fn |wss.test/reload!) (:version |0.2.0-a2) + :configs $ {} (:init-fn |wss.test/main!) (:port 6001) (:reload-fn |wss.test/reload!) (:version |0.2.0-a3) :modules $ [] :entries $ {} :files $ {} - |wss.core $ {} - :configs $ {} + |wss.core $ %{} :FileEntry :defs $ {} |wss-each! $ %{} :CodeEntry (:doc |) :code $ %{} :Expr (:at 1635145806315) (:by |u0) @@ -84,8 +83,7 @@ |r $ %{} :Expr (:at 1633181140100) (:by |u0) :data $ {} |T $ %{} :Leaf (:at 1634804181370) (:by |u0) (:text |get-dylib-path) - |wss.test $ {} - :configs $ {} + |wss.test $ %{} :FileEntry :defs $ {} |demo! $ %{} :CodeEntry (:doc |) :code $ %{} :Expr (:at 1634969729308) (:by |u0) @@ -198,8 +196,7 @@ :data $ {} |T $ %{} :Leaf (:at 1634703941759) (:by |u0) (:text |calcit-dirname) |j $ %{} :Leaf (:at 1634703953240) (:by |u0) (:text |calcit-filename) - |wss.util $ {} - :configs $ {} + |wss.util $ %{} :FileEntry :defs $ {} |get-dylib-ext $ %{} :CodeEntry (:doc |) :code $ %{} :Expr (:at 1630231398718) (:by |u0) diff --git a/compact.cirru b/compact.cirru index 69d6856..f8864a1 100644 --- a/compact.cirru +++ b/compact.cirru @@ -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 @@ -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 @@ -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