Skip to content

Commit

Permalink
Merge pull request #4337 from systeminit/jhelwig/exclusive-edge-corre…
Browse files Browse the repository at this point in the history
…ctions

feat(dal): automatic exclusive edge correction
  • Loading branch information
zacharyhamm authored Aug 14, 2024
2 parents e5bfdb5 + 652c4f6 commit c0baecf
Show file tree
Hide file tree
Showing 9 changed files with 603 additions and 1,853 deletions.
1 change: 1 addition & 0 deletions lib/dal/src/workspace_snapshot/graph/correct_transforms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub fn correct_transforms(
) -> CorrectTransformsResult<Vec<Update>> {
let mut new_nodes = HashMap::new();
let mut nodes_to_interrogate = HashSet::new();

for update in &updates {
match update {
Update::NewEdge {
Expand Down
2 changes: 1 addition & 1 deletion lib/dal/src/workspace_snapshot/graph/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use crate::{
WorkspaceSnapshotGraphV2,
};

mod attribute_value_build_view;
mod detect_updates;
mod exclusive_outgoing_edges;
mod rebase;

#[allow(dead_code)]
Expand Down
Loading

0 comments on commit c0baecf

Please sign in to comment.