Skip to content

Commit

Permalink
feat(sol-cli): use miette instead of ariadne
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole committed May 28, 2024
1 parent 67d34c3 commit 38e7357
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 31 deletions.
196 changes: 170 additions & 26 deletions 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 sol-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ sol-hir.workspace = true
sol-hir-lowering.workspace = true
sol-syntax.workspace = true
sol-vfs.workspace = true
sol-ariadne.workspace = true
sol-driver.workspace = true
sol-eyre.workspace = true
salsa-2022.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions sol-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ fn main() -> sol_eyre::Result<()> {

todo!()
}

sol_ariadne::AriadneReport::default()
.expand(manifest.diagnostics.into_iter().collect_vec())
.eprint()?;
}
Command::TypeCheck => todo!(),
}
Expand Down

0 comments on commit 38e7357

Please sign in to comment.