Skip to content

Pipeline Validation#116

Merged
eywalker merged 81 commits into
nauticalab:devfrom
Synicix:pipeline_validiation
Oct 21, 2025
Merged

Pipeline Validation#116
eywalker merged 81 commits into
nauticalab:devfrom
Synicix:pipeline_validiation

Conversation

@Synicix

@Synicix Synicix commented Oct 2, 2025

Copy link
Copy Markdown
Contributor
  • Added validation features for pipeline creation

Depends on #115

Resolves PIPE-120

@codecov

codecov Bot commented Oct 4, 2025

Copy link
Copy Markdown

@eywalker eywalker self-requested a review October 20, 2025 18:09
Comment thread src/core/model/pipeline.rs Outdated
.into_iter()
.map(|parent_idx| {
// Check if hash has been computed for this node, if not trigger computation
if graph[parent_idx].hash.is_empty() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to move the hash check to the node itself instead of performing the hash property check on the parent node.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@eywalker eywalker merged commit 853cc4f into nauticalab:dev Oct 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants