From 3ee4ac7231866543e05cbc57c3367f281b49a190 Mon Sep 17 00:00:00 2001 From: Warfa Jibril Date: Mon, 16 Oct 2023 01:01:15 -0700 Subject: [PATCH 1/3] Release 0.9.8 --- Cargo.lock | 74 +++++++++++++-------------- pax-cartridge/Cargo.toml | 10 ++-- pax-chassis-macos/Cargo.toml | 12 ++--- pax-chassis-web/Cargo.toml | 12 ++--- pax-cli/Cargo.toml | 6 +-- pax-compiler/Cargo.toml | 6 +-- pax-core/Cargo.toml | 8 +-- pax-example/Cargo.toml | 8 +-- pax-lang/Cargo.toml | 10 ++-- pax-language-server/Cargo.toml | 4 +- pax-macro/Cargo.toml | 2 +- pax-message/Cargo.toml | 2 +- pax-properties-coproduct/Cargo.toml | 4 +- pax-runtime-api/Cargo.toml | 4 +- pax-std/Cargo.toml | 10 ++-- pax-std/pax-std-primitives/Cargo.toml | 12 ++--- 16 files changed, 92 insertions(+), 92 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d7b7a5b5..f2d2de57d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,12 +1752,12 @@ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pax-cli" -version = "0.9.7" +version = "0.9.8" dependencies = [ "clap", "colored", "nix", - "pax-compiler 0.9.7", + "pax-compiler 0.9.8", "pax-language-server", "reqwest", "rustc_version", @@ -1767,7 +1767,7 @@ dependencies = [ [[package]] name = "pax-compiler" -version = "0.9.7" +version = "0.9.8" dependencies = [ "actix-files", "actix-rt", @@ -1785,8 +1785,8 @@ dependencies = [ "libc", "log", "nix", - "pax-message 0.9.7", - "pax-runtime-api 0.9.7", + "pax-message 0.9.8", + "pax-runtime-api 0.9.8", "pest", "pest_derive", "portpicker", @@ -1807,9 +1807,9 @@ dependencies = [ [[package]] name = "pax-compiler" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c136c3ddcab3479096faee223e19b79f8336e89fd91a72a906dda85a31206b8" +checksum = "3e0d417e756c880b561834c914bba088993238e1e7374f724bf1ce692c01f8e5" dependencies = [ "actix-files", "actix-rt", @@ -1827,8 +1827,8 @@ dependencies = [ "libc", "log", "nix", - "pax-message 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)", - "pax-runtime-api 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-message 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-runtime-api 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", "pest", "pest_derive", "portpicker", @@ -1849,12 +1849,12 @@ dependencies = [ [[package]] name = "pax-core" -version = "0.9.7" +version = "0.9.8" dependencies = [ "kurbo", - "pax-message 0.9.7", + "pax-message 0.9.8", "pax-properties-coproduct", - "pax-runtime-api 0.9.7", + "pax-runtime-api 0.9.8", "piet", "piet-common", "wasm-bindgen", @@ -1862,25 +1862,25 @@ dependencies = [ [[package]] name = "pax-lang" -version = "0.9.7" +version = "0.9.8" dependencies = [ - "pax-compiler 0.9.7", + "pax-compiler 0.9.8", "pax-macro", - "pax-message 0.9.7", - "pax-runtime-api 0.9.7", + "pax-message 0.9.8", + "pax-runtime-api 0.9.8", ] [[package]] name = "pax-language-server" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d9a15352f6fa268606b09ee93e88fa9fd0ec157f744a2209e2605b8eca9e840" +checksum = "16eb94018aacb9097c4702070e15d1a2436b3cc8e2ff83863133badd2cf81bcb" dependencies = [ "dashmap", "lazy_static", "lsp-types", "once_cell", - "pax-compiler 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-compiler 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", "pest", "pest_derive", "phf 0.11.2", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "pax-macro" -version = "0.9.7" +version = "0.9.8" dependencies = [ "litrs", "pest", @@ -1912,7 +1912,7 @@ dependencies = [ [[package]] name = "pax-message" -version = "0.9.7" +version = "0.9.8" dependencies = [ "serde", "serde_json", @@ -1921,9 +1921,9 @@ dependencies = [ [[package]] name = "pax-message" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "540c943a208a70094798297c911fe17f74e3fa558a5617aeff36eb1a85922d4b" +checksum = "75c33fc423e5f04f03f2f3e819931cb50a5306c908733ff14440a844ac8ad7d1" dependencies = [ "serde", "serde_json", @@ -1932,58 +1932,58 @@ dependencies = [ [[package]] name = "pax-properties-coproduct" -version = "0.9.7" +version = "0.9.8" dependencies = [ - "pax-runtime-api 0.9.7", + "pax-runtime-api 0.9.8", ] [[package]] name = "pax-runtime-api" -version = "0.9.7" +version = "0.9.8" dependencies = [ "kurbo", "lazy_static", "mut_static", - "pax-message 0.9.7", + "pax-message 0.9.8", "uuid", ] [[package]] name = "pax-runtime-api" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "251b72564d96f169b15ac83249adf8d9a36ef4309cf940d4110aabc1114d5558" +checksum = "aa93d0c96a38af4efb8d5252087aff40e02b55906183e94e5a272a0f262f56ab" dependencies = [ "kurbo", "lazy_static", "mut_static", - "pax-message 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-message 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", "uuid", ] [[package]] name = "pax-std" -version = "0.9.7" +version = "0.9.8" dependencies = [ "kurbo", "lazy_static", - "pax-compiler 0.9.7", + "pax-compiler 0.9.8", "pax-lang", - "pax-message 0.9.7", - "pax-runtime-api 0.9.7", + "pax-message 0.9.8", + "pax-runtime-api 0.9.8", "piet", "serde_json", ] [[package]] name = "pax-std-primitives" -version = "0.9.7" +version = "0.9.8" dependencies = [ "kurbo", "pax-core", "pax-lang", - "pax-message 0.9.7", - "pax-runtime-api 0.9.7", + "pax-message 0.9.8", + "pax-runtime-api 0.9.8", "pax-std", "piet", "piet-common", diff --git a/pax-cartridge/Cargo.toml b/pax-cartridge/Cargo.toml index cfb843515..41482b6d5 100644 --- a/pax-cartridge/Cargo.toml +++ b/pax-cartridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cartridge" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -10,8 +10,8 @@ description = "Static program definition container for Pax programs, intended to [dependencies] piet-common = "0.6.0" -pax-core = {path = "../pax-core", version = "0.9.7"} -pax-runtime-api = {path = "../pax-runtime-api", version = "0.9.7"} -pax-properties-coproduct = {path = "../pax-properties-coproduct", version="0.9.7"} -pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.9.7"} +pax-core = {path = "../pax-core", version = "0.9.8"} +pax-runtime-api = {path = "../pax-runtime-api", version = "0.9.8"} +pax-properties-coproduct = {path = "../pax-properties-coproduct", version="0.9.8"} +pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.9.8"} diff --git a/pax-chassis-macos/Cargo.toml b/pax-chassis-macos/Cargo.toml index 7dfa11d61..cdcfad902 100644 --- a/pax-chassis-macos/Cargo.toml +++ b/pax-chassis-macos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-chassis-macos" edition = "2021" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" @@ -15,11 +15,11 @@ crate-type = ["staticlib", "cdylib"] [dependencies] piet = "0.6.0" piet-coregraphics = "0.6.0" -pax-core = { path = "../pax-core", version="0.9.7" } -pax-cartridge = {path="../pax-cartridge", version="0.9.7"} -pax-message = {path = "../pax-message", version="0.9.7"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.7"} -pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.7"} +pax-core = { path = "../pax-core", version="0.9.8" } +pax-cartridge = {path="../pax-cartridge", version="0.9.8"} +pax-message = {path = "../pax-message", version="0.9.8"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} +pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.8"} lazy_static = "1.4.0" mut_static = "5.0.0" #be cautious about core-graphics' version number -- diff --git a/pax-chassis-web/Cargo.toml b/pax-chassis-web/Cargo.toml index 808949b25..163d230f1 100644 --- a/pax-chassis-web/Cargo.toml +++ b/pax-chassis-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-chassis-web" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -17,11 +17,11 @@ default = ["console_error_panic_hook"] [dependencies] piet = "0.6.0" piet-web = "0.6.0" -pax-core = { path = "../pax-core", version="0.9.7" } -pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.7"} -pax-cartridge = {path="../pax-cartridge", version="0.9.7"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.7"} -pax-message = {path = "../pax-message", version="0.9.7"} +pax-core = { path = "../pax-core", version="0.9.8" } +pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.8"} +pax-cartridge = {path="../pax-cartridge", version="0.9.8"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} +pax-message = {path = "../pax-message", version="0.9.8"} wasm-bindgen = {version = "0.2.80", features=["serde-serialize"]} serde = "1.0.159" diff --git a/pax-cli/Cargo.toml b/pax-cli/Cargo.toml index ebd477990..b674fdeb5 100644 --- a/pax-cli/Cargo.toml +++ b/pax-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cli" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -12,12 +12,12 @@ description = "Command line interface tool for developing, packaging, and managi [dependencies] clap = "2.33.3" -pax-compiler = {path = "../pax-compiler", version = "0.9.7"} +pax-compiler = {path = "../pax-compiler", version = "0.9.8"} rustc_version = "0.4.0" tokio = { version = "1", features = ["full"] } colored = "2.0.0" reqwest = "0.11.18" signal-hook = "0.3" nix = "0.20.2" -pax-language-server = {version = "0.9.7"} +pax-language-server = {version = "0.9.8"} diff --git a/pax-compiler/Cargo.toml b/pax-compiler/Cargo.toml index e8c216dad..cf458b765 100644 --- a/pax-compiler/Cargo.toml +++ b/pax-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-compiler" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -31,8 +31,8 @@ tokio = { version = "1", features = ["full"] } reqwest = { version = "0.11.18", features = ["blocking"] } tar = "0.4" fs_extra = "1.3.0" -pax-message = {version = "0.9.7", path="../pax-message"} -pax-runtime-api = {version= "0.9.7", path="../pax-runtime-api"} +pax-message = {version = "0.9.8", path="../pax-message"} +pax-runtime-api = {version= "0.9.8", path="../pax-runtime-api"} pest = "2.6.0" pest_derive = "2.6.0" itertools = "0.10.5" diff --git a/pax-core/Cargo.toml b/pax-core/Cargo.toml index cd514fa23..c5c4a2084 100644 --- a/pax-core/Cargo.toml +++ b/pax-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-core" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -14,9 +14,9 @@ description = "Core shared runtime and rendering engine for Pax" piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0" -pax-properties-coproduct = { path="../pax-properties-coproduct", version="0.9.7" } -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.7"} -pax-message = {path = "../pax-message", version="0.9.7"} +pax-properties-coproduct = { path="../pax-properties-coproduct", version="0.9.8" } +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} +pax-message = {path = "../pax-message", version="0.9.8"} wasm-bindgen = {version = "0.2.30", features=["serde-serialize"]} diff --git a/pax-example/Cargo.toml b/pax-example/Cargo.toml index 817aa4413..9e84ec324 100644 --- a/pax-example/Cargo.toml +++ b/pax-example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-example" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -9,9 +9,9 @@ repository = "https://www.github.com/pax-lang/pax" description = "Example and development app for the Pax monorepo and compiler" [dependencies] -pax-lang = { version="0.9.7", path=".pax/pkg/pax-lang" } -pax-std = { version="0.9.7", path=".pax/pkg/pax-std" } -pax-compiler = {version = "0.9.7", path=".pax/pkg/pax-compiler", optional = true} +pax-lang = { version="0.9.8", path=".pax/pkg/pax-lang" } +pax-std = { version="0.9.8", path=".pax/pkg/pax-std" } +pax-compiler = {version = "0.9.8", path=".pax/pkg/pax-compiler", optional = true} serde_json = {version = "1.0.95", optional = true} [features] diff --git a/pax-lang/Cargo.toml b/pax-lang/Cargo.toml index 6f9974051..4c96aa476 100644 --- a/pax-lang/Cargo.toml +++ b/pax-lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-lang" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -11,10 +11,10 @@ description = "Root import entry-point for using Pax in a Rust program" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-macro = {path="../pax-macro", version="0.9.7"} -pax-message = {path="../pax-message", version="0.9.7"} -pax-runtime-api = {path="../pax-runtime-api", version="0.9.7"} -pax-compiler = {path="../pax-compiler", optional=true, version="0.9.7"} +pax-macro = {path="../pax-macro", version="0.9.8"} +pax-message = {path="../pax-message", version="0.9.8"} +pax-runtime-api = {path="../pax-runtime-api", version="0.9.8"} +pax-compiler = {path="../pax-compiler", optional=true, version="0.9.8"} [features] parser = ["dep:pax-compiler"] diff --git a/pax-language-server/Cargo.toml b/pax-language-server/Cargo.toml index f013198d7..31eb2af84 100644 --- a/pax-language-server/Cargo.toml +++ b/pax-language-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-language-server" -version = "0.9.7" +version = "0.9.8" authors = ["Warfa Jibril "] license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" @@ -18,7 +18,7 @@ tokio = { version = "1.32.0", features = ["full"] } tower-lsp = "0.20.0" proc-macro2 = { version = "1.0", features = ["span-locations"] } quote = "1.0.33" -pax-compiler = {version = "0.9.7", path="../pax-compiler"} +pax-compiler = {version = "0.9.8", path="../pax-compiler"} pest = "2.7.4" pest_derive = "2.7.4" phf = { version = "0.11.2", features=["macros"] } diff --git a/pax-macro/Cargo.toml b/pax-macro/Cargo.toml index 84acbe65f..9ff95218b 100644 --- a/pax-macro/Cargo.toml +++ b/pax-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-macro" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/pax-message/Cargo.toml b/pax-message/Cargo.toml index dfd15eff9..35b1fa789 100644 --- a/pax-message/Cargo.toml +++ b/pax-message/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-message" -version = "0.9.7" +version = "0.9.8" edition = "2021" authors = ["Zack Brown "] license = "MIT OR Apache-2.0" diff --git a/pax-properties-coproduct/Cargo.toml b/pax-properties-coproduct/Cargo.toml index b3e45ed23..82eaea1cc 100644 --- a/pax-properties-coproduct/Cargo.toml +++ b/pax-properties-coproduct/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-properties-coproduct" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" @@ -13,7 +13,7 @@ description = "Static container for program-variable data structures and polymor # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.7"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} # #[patch.crates-io] diff --git a/pax-runtime-api/Cargo.toml b/pax-runtime-api/Cargo.toml index 5235874a3..43d16cde0 100644 --- a/pax-runtime-api/Cargo.toml +++ b/pax-runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-runtime-api" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -15,4 +15,4 @@ kurbo = "0.9.0" lazy_static = "1.4.0" mut_static = "5.0.0" uuid = {version = "0.8", features = ["v4", "wasm-bindgen"]} -pax-message = {version="0.9.7", path="../pax-message"} +pax-message = {version="0.9.8", path="../pax-message"} diff --git a/pax-std/Cargo.toml b/pax-std/Cargo.toml index 327d882fa..be0abd809 100644 --- a/pax-std/Cargo.toml +++ b/pax-std/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-std" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -16,12 +16,12 @@ primitives_crate = "./pax-std-primitives" [dependencies] piet = "0.6.0" kurbo = "0.9.0" -pax-lang = {path = "../pax-lang", version="0.9.7"} -pax-message = {path = "../pax-message", version="0.9.7"} +pax-lang = {path = "../pax-lang", version="0.9.8"} +pax-message = {path = "../pax-message", version="0.9.8"} lazy_static = "1.4.0" -pax-compiler = {path="../pax-compiler", optional = true, version="0.9.7"} +pax-compiler = {path="../pax-compiler", optional = true, version="0.9.8"} serde_json = {version="1.0.95", optional = true} -pax-runtime-api = {version="0.9.7", path="../pax-runtime-api"} +pax-runtime-api = {version="0.9.8", path="../pax-runtime-api"} [features] parser = ["pax-lang/parser", "dep:pax-compiler", "dep:serde_json"] \ No newline at end of file diff --git a/pax-std/pax-std-primitives/Cargo.toml b/pax-std/pax-std-primitives/Cargo.toml index 61da5a227..bbc492596 100644 --- a/pax-std/pax-std-primitives/Cargo.toml +++ b/pax-std/pax-std-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-std-primitives" -version = "0.9.7" +version = "0.9.8" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -12,11 +12,11 @@ description = "Primitives crate for Pax's standard library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-lang = {path = "../../pax-lang", version="0.9.7"} -pax-core = {path = "../../pax-core", version="0.9.7"} -pax-std = {path = "../", version="0.9.7"} -pax-runtime-api = {path = "../../pax-runtime-api", version="0.9.7"} -pax-message = {path = "../../pax-message", version="0.9.7" } +pax-lang = {path = "../../pax-lang", version="0.9.8"} +pax-core = {path = "../../pax-core", version="0.9.8"} +pax-std = {path = "../", version="0.9.8"} +pax-runtime-api = {path = "../../pax-runtime-api", version="0.9.8"} +pax-message = {path = "../../pax-message", version="0.9.8" } piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0" From 4a0310b636caf150b888473373ebee2f27db879b Mon Sep 17 00:00:00 2001 From: Warfa Jibril Date: Mon, 16 Oct 2023 12:22:33 -0700 Subject: [PATCH 2/3] fix fill --- pax-language-server/src/completion.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pax-language-server/src/completion.rs b/pax-language-server/src/completion.rs index e5a6b4496..da73faf2c 100644 --- a/pax-language-server/src/completion.rs +++ b/pax-language-server/src/completion.rs @@ -129,7 +129,7 @@ lazy_static! { CompletionItem { label: "Solid Black".to_string(), kind: Some(CompletionItemKind::FUNCTION), - insert_text: Some("{Color::rgba(0.0,0.0,0.0,1.0)}$0".to_string()), + insert_text: Some("{Fill::Solid(Color::rgba(0.0,0.0,0.0,1.0))}$0".to_string()), insert_text_format: Some(lsp_types::InsertTextFormat::SNIPPET), detail: Some("See Color Api".to_string()), sort_text: Some("1".to_string()), @@ -155,7 +155,7 @@ lazy_static! { CompletionItem { label: "Solid Black".to_string(), kind: Some(CompletionItemKind::FUNCTION), - insert_text: Some("{Color::rgba(0.0,0.0,0.0,1.0)}$0".to_string()), + insert_text: Some("{Fill::Solid(Color::rgba(0.0,0.0,0.0,1.0))}$0".to_string()), insert_text_format: Some(lsp_types::InsertTextFormat::SNIPPET), detail: Some("See Color Api".to_string()), sort_text: Some("1".to_string()), From 47e1d87f9d6332d0177808dd3b59ece4dffefc88 Mon Sep 17 00:00:00 2001 From: Warfa Jibril Date: Mon, 16 Oct 2023 12:32:48 -0700 Subject: [PATCH 3/3] Release 0.9.9 --- Cargo.lock | 74 +++++++++++++-------------- pax-cartridge/Cargo.toml | 10 ++-- pax-chassis-macos/Cargo.toml | 12 ++--- pax-chassis-web/Cargo.toml | 12 ++--- pax-cli/Cargo.toml | 6 +-- pax-compiler/Cargo.toml | 6 +-- pax-core/Cargo.toml | 8 +-- pax-example/Cargo.toml | 8 +-- pax-lang/Cargo.toml | 10 ++-- pax-language-server/Cargo.toml | 4 +- pax-macro/Cargo.toml | 2 +- pax-message/Cargo.toml | 2 +- pax-properties-coproduct/Cargo.toml | 4 +- pax-runtime-api/Cargo.toml | 4 +- pax-std/Cargo.toml | 10 ++-- pax-std/pax-std-primitives/Cargo.toml | 12 ++--- 16 files changed, 92 insertions(+), 92 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2d2de57d..e7775e23d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,12 +1752,12 @@ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pax-cli" -version = "0.9.8" +version = "0.9.9" dependencies = [ "clap", "colored", "nix", - "pax-compiler 0.9.8", + "pax-compiler 0.9.9", "pax-language-server", "reqwest", "rustc_version", @@ -1767,7 +1767,7 @@ dependencies = [ [[package]] name = "pax-compiler" -version = "0.9.8" +version = "0.9.9" dependencies = [ "actix-files", "actix-rt", @@ -1785,8 +1785,8 @@ dependencies = [ "libc", "log", "nix", - "pax-message 0.9.8", - "pax-runtime-api 0.9.8", + "pax-message 0.9.9", + "pax-runtime-api 0.9.9", "pest", "pest_derive", "portpicker", @@ -1807,9 +1807,9 @@ dependencies = [ [[package]] name = "pax-compiler" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0d417e756c880b561834c914bba088993238e1e7374f724bf1ce692c01f8e5" +checksum = "22fc1eec5cd557f5fa266c8464f9cc1c8d524684fd3c87f43d2901eeef03345f" dependencies = [ "actix-files", "actix-rt", @@ -1827,8 +1827,8 @@ dependencies = [ "libc", "log", "nix", - "pax-message 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pax-runtime-api 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-message 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-runtime-api 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", "pest", "pest_derive", "portpicker", @@ -1849,12 +1849,12 @@ dependencies = [ [[package]] name = "pax-core" -version = "0.9.8" +version = "0.9.9" dependencies = [ "kurbo", - "pax-message 0.9.8", + "pax-message 0.9.9", "pax-properties-coproduct", - "pax-runtime-api 0.9.8", + "pax-runtime-api 0.9.9", "piet", "piet-common", "wasm-bindgen", @@ -1862,25 +1862,25 @@ dependencies = [ [[package]] name = "pax-lang" -version = "0.9.8" +version = "0.9.9" dependencies = [ - "pax-compiler 0.9.8", + "pax-compiler 0.9.9", "pax-macro", - "pax-message 0.9.8", - "pax-runtime-api 0.9.8", + "pax-message 0.9.9", + "pax-runtime-api 0.9.9", ] [[package]] name = "pax-language-server" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16eb94018aacb9097c4702070e15d1a2436b3cc8e2ff83863133badd2cf81bcb" +checksum = "f729039c280ec03023aaef8aa3387f4dc06cf9bb85bc58328b9b7488266ae536" dependencies = [ "dashmap", "lazy_static", "lsp-types", "once_cell", - "pax-compiler 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-compiler 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", "pest", "pest_derive", "phf 0.11.2", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "pax-macro" -version = "0.9.8" +version = "0.9.9" dependencies = [ "litrs", "pest", @@ -1912,7 +1912,7 @@ dependencies = [ [[package]] name = "pax-message" -version = "0.9.8" +version = "0.9.9" dependencies = [ "serde", "serde_json", @@ -1921,9 +1921,9 @@ dependencies = [ [[package]] name = "pax-message" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c33fc423e5f04f03f2f3e819931cb50a5306c908733ff14440a844ac8ad7d1" +checksum = "a76f8a350e8f4a76a1e91317526128ba5c976c5ea8cbc96a0a3fd8ab988ecf2a" dependencies = [ "serde", "serde_json", @@ -1932,58 +1932,58 @@ dependencies = [ [[package]] name = "pax-properties-coproduct" -version = "0.9.8" +version = "0.9.9" dependencies = [ - "pax-runtime-api 0.9.8", + "pax-runtime-api 0.9.9", ] [[package]] name = "pax-runtime-api" -version = "0.9.8" +version = "0.9.9" dependencies = [ "kurbo", "lazy_static", "mut_static", - "pax-message 0.9.8", + "pax-message 0.9.9", "uuid", ] [[package]] name = "pax-runtime-api" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa93d0c96a38af4efb8d5252087aff40e02b55906183e94e5a272a0f262f56ab" +checksum = "5a4de758cc7f24608ac78312b08a1314f7a7c802609662417c7d48dc2d757fba" dependencies = [ "kurbo", "lazy_static", "mut_static", - "pax-message 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "pax-message 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", "uuid", ] [[package]] name = "pax-std" -version = "0.9.8" +version = "0.9.9" dependencies = [ "kurbo", "lazy_static", - "pax-compiler 0.9.8", + "pax-compiler 0.9.9", "pax-lang", - "pax-message 0.9.8", - "pax-runtime-api 0.9.8", + "pax-message 0.9.9", + "pax-runtime-api 0.9.9", "piet", "serde_json", ] [[package]] name = "pax-std-primitives" -version = "0.9.8" +version = "0.9.9" dependencies = [ "kurbo", "pax-core", "pax-lang", - "pax-message 0.9.8", - "pax-runtime-api 0.9.8", + "pax-message 0.9.9", + "pax-runtime-api 0.9.9", "pax-std", "piet", "piet-common", diff --git a/pax-cartridge/Cargo.toml b/pax-cartridge/Cargo.toml index 41482b6d5..d53e9900a 100644 --- a/pax-cartridge/Cargo.toml +++ b/pax-cartridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cartridge" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -10,8 +10,8 @@ description = "Static program definition container for Pax programs, intended to [dependencies] piet-common = "0.6.0" -pax-core = {path = "../pax-core", version = "0.9.8"} -pax-runtime-api = {path = "../pax-runtime-api", version = "0.9.8"} -pax-properties-coproduct = {path = "../pax-properties-coproduct", version="0.9.8"} -pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.9.8"} +pax-core = {path = "../pax-core", version = "0.9.9"} +pax-runtime-api = {path = "../pax-runtime-api", version = "0.9.9"} +pax-properties-coproduct = {path = "../pax-properties-coproduct", version="0.9.9"} +pax-std-primitives = {path = "../pax-std/pax-std-primitives", version = "0.9.9"} diff --git a/pax-chassis-macos/Cargo.toml b/pax-chassis-macos/Cargo.toml index cdcfad902..f5c5e32d3 100644 --- a/pax-chassis-macos/Cargo.toml +++ b/pax-chassis-macos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-chassis-macos" edition = "2021" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" @@ -15,11 +15,11 @@ crate-type = ["staticlib", "cdylib"] [dependencies] piet = "0.6.0" piet-coregraphics = "0.6.0" -pax-core = { path = "../pax-core", version="0.9.8" } -pax-cartridge = {path="../pax-cartridge", version="0.9.8"} -pax-message = {path = "../pax-message", version="0.9.8"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} -pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.8"} +pax-core = { path = "../pax-core", version="0.9.9" } +pax-cartridge = {path="../pax-cartridge", version="0.9.9"} +pax-message = {path = "../pax-message", version="0.9.9"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.9"} +pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.9"} lazy_static = "1.4.0" mut_static = "5.0.0" #be cautious about core-graphics' version number -- diff --git a/pax-chassis-web/Cargo.toml b/pax-chassis-web/Cargo.toml index 163d230f1..1d0708842 100644 --- a/pax-chassis-web/Cargo.toml +++ b/pax-chassis-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-chassis-web" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -17,11 +17,11 @@ default = ["console_error_panic_hook"] [dependencies] piet = "0.6.0" piet-web = "0.6.0" -pax-core = { path = "../pax-core", version="0.9.8" } -pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.8"} -pax-cartridge = {path="../pax-cartridge", version="0.9.8"} -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} -pax-message = {path = "../pax-message", version="0.9.8"} +pax-core = { path = "../pax-core", version="0.9.9" } +pax-properties-coproduct = {path="../pax-properties-coproduct", version="0.9.9"} +pax-cartridge = {path="../pax-cartridge", version="0.9.9"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.9"} +pax-message = {path = "../pax-message", version="0.9.9"} wasm-bindgen = {version = "0.2.80", features=["serde-serialize"]} serde = "1.0.159" diff --git a/pax-cli/Cargo.toml b/pax-cli/Cargo.toml index b674fdeb5..f2b914884 100644 --- a/pax-cli/Cargo.toml +++ b/pax-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-cli" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -12,12 +12,12 @@ description = "Command line interface tool for developing, packaging, and managi [dependencies] clap = "2.33.3" -pax-compiler = {path = "../pax-compiler", version = "0.9.8"} +pax-compiler = {path = "../pax-compiler", version = "0.9.9"} rustc_version = "0.4.0" tokio = { version = "1", features = ["full"] } colored = "2.0.0" reqwest = "0.11.18" signal-hook = "0.3" nix = "0.20.2" -pax-language-server = {version = "0.9.8"} +pax-language-server = {version = "0.9.9"} diff --git a/pax-compiler/Cargo.toml b/pax-compiler/Cargo.toml index cf458b765..eaa2aea2e 100644 --- a/pax-compiler/Cargo.toml +++ b/pax-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-compiler" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -31,8 +31,8 @@ tokio = { version = "1", features = ["full"] } reqwest = { version = "0.11.18", features = ["blocking"] } tar = "0.4" fs_extra = "1.3.0" -pax-message = {version = "0.9.8", path="../pax-message"} -pax-runtime-api = {version= "0.9.8", path="../pax-runtime-api"} +pax-message = {version = "0.9.9", path="../pax-message"} +pax-runtime-api = {version= "0.9.9", path="../pax-runtime-api"} pest = "2.6.0" pest_derive = "2.6.0" itertools = "0.10.5" diff --git a/pax-core/Cargo.toml b/pax-core/Cargo.toml index c5c4a2084..71a4b7130 100644 --- a/pax-core/Cargo.toml +++ b/pax-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-core" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -14,9 +14,9 @@ description = "Core shared runtime and rendering engine for Pax" piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0" -pax-properties-coproduct = { path="../pax-properties-coproduct", version="0.9.8" } -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} -pax-message = {path = "../pax-message", version="0.9.8"} +pax-properties-coproduct = { path="../pax-properties-coproduct", version="0.9.9" } +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.9"} +pax-message = {path = "../pax-message", version="0.9.9"} wasm-bindgen = {version = "0.2.30", features=["serde-serialize"]} diff --git a/pax-example/Cargo.toml b/pax-example/Cargo.toml index 9e84ec324..1833da424 100644 --- a/pax-example/Cargo.toml +++ b/pax-example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-example" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -9,9 +9,9 @@ repository = "https://www.github.com/pax-lang/pax" description = "Example and development app for the Pax monorepo and compiler" [dependencies] -pax-lang = { version="0.9.8", path=".pax/pkg/pax-lang" } -pax-std = { version="0.9.8", path=".pax/pkg/pax-std" } -pax-compiler = {version = "0.9.8", path=".pax/pkg/pax-compiler", optional = true} +pax-lang = { version="0.9.9", path=".pax/pkg/pax-lang" } +pax-std = { version="0.9.9", path=".pax/pkg/pax-std" } +pax-compiler = {version = "0.9.9", path=".pax/pkg/pax-compiler", optional = true} serde_json = {version = "1.0.95", optional = true} [features] diff --git a/pax-lang/Cargo.toml b/pax-lang/Cargo.toml index 4c96aa476..98a1bb11a 100644 --- a/pax-lang/Cargo.toml +++ b/pax-lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-lang" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -11,10 +11,10 @@ description = "Root import entry-point for using Pax in a Rust program" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-macro = {path="../pax-macro", version="0.9.8"} -pax-message = {path="../pax-message", version="0.9.8"} -pax-runtime-api = {path="../pax-runtime-api", version="0.9.8"} -pax-compiler = {path="../pax-compiler", optional=true, version="0.9.8"} +pax-macro = {path="../pax-macro", version="0.9.9"} +pax-message = {path="../pax-message", version="0.9.9"} +pax-runtime-api = {path="../pax-runtime-api", version="0.9.9"} +pax-compiler = {path="../pax-compiler", optional=true, version="0.9.9"} [features] parser = ["dep:pax-compiler"] diff --git a/pax-language-server/Cargo.toml b/pax-language-server/Cargo.toml index 31eb2af84..14c16ccee 100644 --- a/pax-language-server/Cargo.toml +++ b/pax-language-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-language-server" -version = "0.9.8" +version = "0.9.9" authors = ["Warfa Jibril "] license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" @@ -18,7 +18,7 @@ tokio = { version = "1.32.0", features = ["full"] } tower-lsp = "0.20.0" proc-macro2 = { version = "1.0", features = ["span-locations"] } quote = "1.0.33" -pax-compiler = {version = "0.9.8", path="../pax-compiler"} +pax-compiler = {version = "0.9.9", path="../pax-compiler"} pest = "2.7.4" pest_derive = "2.7.4" phf = { version = "0.11.2", features=["macros"] } diff --git a/pax-macro/Cargo.toml b/pax-macro/Cargo.toml index 9ff95218b..06b0db26f 100644 --- a/pax-macro/Cargo.toml +++ b/pax-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-macro" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/pax-message/Cargo.toml b/pax-message/Cargo.toml index 35b1fa789..1068ba208 100644 --- a/pax-message/Cargo.toml +++ b/pax-message/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-message" -version = "0.9.8" +version = "0.9.9" edition = "2021" authors = ["Zack Brown "] license = "MIT OR Apache-2.0" diff --git a/pax-properties-coproduct/Cargo.toml b/pax-properties-coproduct/Cargo.toml index 82eaea1cc..1ae082e3a 100644 --- a/pax-properties-coproduct/Cargo.toml +++ b/pax-properties-coproduct/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-properties-coproduct" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" @@ -13,7 +13,7 @@ description = "Static container for program-variable data structures and polymor # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-runtime-api = {path = "../pax-runtime-api", version="0.9.8"} +pax-runtime-api = {path = "../pax-runtime-api", version="0.9.9"} # #[patch.crates-io] diff --git a/pax-runtime-api/Cargo.toml b/pax-runtime-api/Cargo.toml index 43d16cde0..b061a7ae4 100644 --- a/pax-runtime-api/Cargo.toml +++ b/pax-runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-runtime-api" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -15,4 +15,4 @@ kurbo = "0.9.0" lazy_static = "1.4.0" mut_static = "5.0.0" uuid = {version = "0.8", features = ["v4", "wasm-bindgen"]} -pax-message = {version="0.9.8", path="../pax-message"} +pax-message = {version="0.9.9", path="../pax-message"} diff --git a/pax-std/Cargo.toml b/pax-std/Cargo.toml index be0abd809..c746766f9 100644 --- a/pax-std/Cargo.toml +++ b/pax-std/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pax-std" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -16,12 +16,12 @@ primitives_crate = "./pax-std-primitives" [dependencies] piet = "0.6.0" kurbo = "0.9.0" -pax-lang = {path = "../pax-lang", version="0.9.8"} -pax-message = {path = "../pax-message", version="0.9.8"} +pax-lang = {path = "../pax-lang", version="0.9.9"} +pax-message = {path = "../pax-message", version="0.9.9"} lazy_static = "1.4.0" -pax-compiler = {path="../pax-compiler", optional = true, version="0.9.8"} +pax-compiler = {path="../pax-compiler", optional = true, version="0.9.9"} serde_json = {version="1.0.95", optional = true} -pax-runtime-api = {version="0.9.8", path="../pax-runtime-api"} +pax-runtime-api = {version="0.9.9", path="../pax-runtime-api"} [features] parser = ["pax-lang/parser", "dep:pax-compiler", "dep:serde_json"] \ No newline at end of file diff --git a/pax-std/pax-std-primitives/Cargo.toml b/pax-std/pax-std-primitives/Cargo.toml index bbc492596..d540d10bc 100644 --- a/pax-std/pax-std-primitives/Cargo.toml +++ b/pax-std/pax-std-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pax-std-primitives" -version = "0.9.8" +version = "0.9.9" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" @@ -12,11 +12,11 @@ description = "Primitives crate for Pax's standard library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pax-lang = {path = "../../pax-lang", version="0.9.8"} -pax-core = {path = "../../pax-core", version="0.9.8"} -pax-std = {path = "../", version="0.9.8"} -pax-runtime-api = {path = "../../pax-runtime-api", version="0.9.8"} -pax-message = {path = "../../pax-message", version="0.9.8" } +pax-lang = {path = "../../pax-lang", version="0.9.9"} +pax-core = {path = "../../pax-core", version="0.9.9"} +pax-std = {path = "../", version="0.9.9"} +pax-runtime-api = {path = "../../pax-runtime-api", version="0.9.9"} +pax-message = {path = "../../pax-message", version="0.9.9" } piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0"