Skip to content

Commit

Permalink
Refactor: split proc macro tests into multiple files (#1811)
Browse files Browse the repository at this point in the history
commit-id:b0254722
  • Loading branch information
maciektr committed Jan 9, 2025
1 parent 257658b commit 462dc50
Show file tree
Hide file tree
Showing 7 changed files with 805 additions and 160 deletions.
8 changes: 7 additions & 1 deletion 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 scarb/src/compiler/plugin/proc_macro/host/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use crate::compiler::plugin::proc_macro::compilation::SharedLibraryProvider;
use crate::compiler::plugin::proc_macro::{Expansion, ExpansionKind, ProcMacroInstance};
use crate::core::{edition_variant, Config, Package, PackageId};
use anyhow::{ensure, Context, Result};
use cairo_lang_defs::plugin::PluginDiagnostic;
use cairo_lang_defs::plugin::{MacroPlugin, MacroPluginMetadata, PluginResult};
use cairo_lang_filesystem::db::Edition;
use cairo_lang_filesystem::ids::{CodeMapping, CodeOrigin};
Expand Down
Loading

0 comments on commit 462dc50

Please sign in to comment.