Skip to content

Commit

Permalink
Test effect of updates on dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Feb 12, 2025
1 parent c4c6a69 commit 06b4a90
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 23 deletions.
2 changes: 1 addition & 1 deletion synthesizer/process/src/stack/finalize_types/initialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ impl<N: Network> FinalizeTypes<N> {
let program_id = locator.program_id();
// Ensure the locator does not reference the current program.
if stack.program_id() == program_id {
bail!("Locator '{locator}' does not reference an external mapping.");
bail!("Locator '{locator}' does not reference an external program.");
}
// Ensure the current program contains an import for this external program.
if !stack.program().imports().keys().contains(program_id) {
Expand Down
Loading

0 comments on commit 06b4a90

Please sign in to comment.