Skip to content

Refactor BuildGraph as static method#752

Merged
ziagham merged 1 commit intoflowsynx:masterfrom
ksuraev:refactor/buildgraph-make-static
Nov 25, 2025
Merged

Refactor BuildGraph as static method#752
ziagham merged 1 commit intoflowsynx:masterfrom
ksuraev:refactor/buildgraph-make-static

Conversation

@ksuraev
Copy link
Copy Markdown
Contributor

@ksuraev ksuraev commented Nov 25, 2025

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Changed BuildGraph method to be static. All related methods (EnsureNodeExists, AddDependencies and AddConditionalBranches) are already static. I do not believe any unit tests need to be changed.

Issue reference

Closes #747

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing
  • End-to-end tests passing
  • Extended the documentation / Created issue in flowsynx/website#
  • Specification has been updated / Created issue in flowsynx/website#
  • Provided sample for the feature / Created issue in flowsynx/website#

@ksuraev ksuraev requested review from a team as code owners November 25, 2025 07:26
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@ziagham ziagham left a comment

Choose a reason for hiding this comment

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

Nice to remove redundant spaces and thank you for your contribution.

@ziagham ziagham merged commit 42c4359 into flowsynx:master Nov 25, 2025
4 checks passed
@ksuraev ksuraev deleted the refactor/buildgraph-make-static branch November 25, 2025 09:01
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.

Refactor: Make BuildGraph a Static Method

2 participants