Skip to content

Commit

Permalink
Merge pull request #25 from calcit-lang/tuple
Browse files Browse the repository at this point in the history
breaking change to tuple semantics
  • Loading branch information
NoEgAm authored Oct 31, 2023
2 parents ac76eac + b86a97b commit 3c8df60
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 450 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'

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

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

- name: "test"
run: caps --ci && mode=dev cr --entry test -1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
Lilac in Calcit
----

> migrated from https://github.com/mvc-works/lilac .
Difference:

* `vector+` is removed since there's only List in Calcit Runner.
* string based `re-matches` in Calcit Runner is very slow since
* `vector+` is removed since there's only "List" in Calcit.
* string based `re-matches` in Calcit is very slow since

### Usages

Expand All @@ -23,6 +21,8 @@ cr --entry test

https://github.com/calcit-lang/calcit-workflow

Origin https://github.com/mvc-works/lilac

### License

MIT
Loading

0 comments on commit 3c8df60

Please sign in to comment.