Skip to content

Commit

Permalink
fix dup codegen in tag-match; tag 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 15, 2024
1 parent 31d0403 commit 26fcc68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit"
version = "0.9.2"
version = "0.9.3"
authors = ["jiyinyiyong <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcit/procs",
"version": "0.9.2",
"version": "0.9.3",
"main": "./lib/calcit.procs.mjs",
"devDependencies": {
"@types/node": "^22.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cirru/calcit-core.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
not $ tuple? ~v#
raise $ str "|tag-match expected tuple, got" ~v#
&let
~t# $ &tuple:nth ~value 0
~t# $ &tuple:nth ~v# 0
&tag-match-internal ~v# ~t# $ ~@ body

|tag? $ %{} :CodeEntry (:doc |)
Expand Down

0 comments on commit 26fcc68

Please sign in to comment.