Skip to content
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
23 changes: 13 additions & 10 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: calcit-lang/setup-cr@0.0.8
- uses: calcit-lang/setup-cr@0.0.9

- name: "prepare modules"
run: >
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
&& git clone https://github.com/calcit-lang/calcit-http.git
&& git clone https://github.com/calcit-lang/calcit-json.git
&& git clone https://github.com/calcit-lang/lilac.git
&& git clone https://github.com/calcit-lang/stir-template.git --branch 0.0.8
- name: "install modules"
run: caps --ci

- run: cr compact.cirru ir
- name: "validate snapshot and entries"
run: |
cr calcit.cirru edit format
git diff --exit-code -- calcit.cirru
cr calcit.cirru --check-only
cr calcit.cirru --entry server --check-only
cr calcit.cirru analyze check-types --summary-only --format json
cr calcit.cirru analyze weak-types --only schema-dynamic,code-dynamic --intent unresolved --summary-only --format json
cr calcit.cirru analyze deprecated --summary-only --format json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ based on [calcit-http](https://github.com/calcit-lang/calcit-http).
### Usages

```bash
cr compact.cirru ir
cr calcit.cirru ir
```

### Workflow
Expand Down
85 changes: 85 additions & 0 deletions calcit.cirru

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

70 changes: 0 additions & 70 deletions compact.cirru

This file was deleted.

7 changes: 6 additions & 1 deletion deps.cirru
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@

{} (:calcit-version |0.12.14)
{} (:calcit-version |0.13.27)
:version |0.0.6
:dependencies $ {} (|calcit-lang/calcit-http |main)
|calcit-lang/calcit-json |main
|calcit-lang/lilac |0.5.2
|calcit-lang/stir-template |main
6 changes: 0 additions & 6 deletions package.cirru

This file was deleted.

Loading