Skip to content

Conversation

@antoinebhs
Copy link
Contributor

@antoinebhs antoinebhs commented Dec 2, 2025

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • A PR or issue has been opened in all impacted repositories (if any)

Does this PR already have an issue describing the problem?

No

What kind of change does this PR introduce?

Feature

What is the current behavior?

There is no option to flatten the network on export.

What is the new behavior (if this is a feature change)?
There is an option to flatten the network on export.

        ExportOptions options = new ExportOptions().setFlatten(true);
        NetworkSerDe.write(merged, options, xmlFile);

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

None

Other information:

Signed-off-by: BOUHOURS Antoine <[email protected]>
@antoinebhs antoinebhs requested a review from rolnico December 2, 2025 16:49
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 3, 2025

Copy link
Member

@rolnico rolnico left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants