Skip to content

Commit

Permalink
chore: remove chumsky and stacker deps (#1221)
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy authored Apr 16, 2024
1 parent 3582ed1 commit 1454ae0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 79 deletions.
1 change: 0 additions & 1 deletion compiler_base/3rdparty/rustc_data_structures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ rayon-core = { version = "0.3.2", package = "rustc-rayon-core" }
rustc-hash = "1.1.0"
bitflags = "1.2.1"
libc = "0.2"
stacker = "0.1.14"
tempfile = "3.5.0"

[dependencies.parking_lot]
Expand Down
1 change: 0 additions & 1 deletion compiler_base/3rdparty/rustc_data_structures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pub mod stable_set;
#[macro_use]

mod atomic_ref;
pub mod stack;
pub mod sync;
pub use atomic_ref::AtomicRef;
pub mod frozen;
Expand Down
18 changes: 0 additions & 18 deletions compiler_base/3rdparty/rustc_data_structures/src/stack.rs

This file was deleted.

61 changes: 4 additions & 57 deletions kclvm/Cargo.lock

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

1 change: 0 additions & 1 deletion kclvm/tools/src/LSP/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ edition = "2021"
[dependencies]
chrono = "0.4.19"
indexmap = "1.0"
chumsky = "0.9.0"
env_logger = "0.11.2"
ropey = "1.3.2"
tokio = { version = "1.17.0", features = ["full"] }
Expand Down
1 change: 0 additions & 1 deletion kclvm/tools/src/LSP/src/rename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::state::KCLVfs;
use crate::word_index::{build_virtual_word_index, VirtualLocation};
use crate::{from_lsp::kcl_pos, goto_def::find_def_with_gs};
use anyhow::{anyhow, Result};
use chumsky::chain::Chain;
use kclvm_ast::ast::{self, Program};
use kclvm_error::diagnostic;
use kclvm_parser::{load_program, LoadProgramOptions, ParseSessionRef};
Expand Down

0 comments on commit 1454ae0

Please sign in to comment.