Skip to content

Commit

Permalink
Merge pull request #58 from pax-lang/wj/lsp
Browse files Browse the repository at this point in the history
Fix Fill auto-complete and update crates
  • Loading branch information
warfaj authored Oct 16, 2023
2 parents de71ec4 + 47e1d87 commit 637c3d2
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 94 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions pax-cartridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pax-cartridge"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -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.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"}

12 changes: 6 additions & 6 deletions pax-chassis-macos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pax-chassis-macos"
edition = "2021"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
license = "MIT OR Apache-2.0"
homepage = "https://pax.dev/"
Expand All @@ -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.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 --
Expand Down
12 changes: 6 additions & 6 deletions pax-chassis-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pax-chassis-web"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -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.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"
Expand Down
6 changes: 3 additions & 3 deletions pax-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pax-cli"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -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.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.7"}
pax-language-server = {version = "0.9.9"}

6 changes: 3 additions & 3 deletions pax-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pax-compiler"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -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.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"
Expand Down
8 changes: 4 additions & 4 deletions pax-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pax-core"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -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.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"]}


Expand Down
8 changes: 4 additions & 4 deletions pax-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pax-example"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -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.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]
Expand Down
10 changes: 5 additions & 5 deletions pax-lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pax-lang"
version = "0.9.7"
version = "0.9.9"
authors = ["Zack Brown <zack@pax.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -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.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"]
Expand Down
Loading

0 comments on commit 637c3d2

Please sign in to comment.