Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance and test pre cice configuration formatter #91

Draft
wants to merge 52 commits into
base: main
Choose a base branch
from

Conversation

Toddelismyname
Copy link
Contributor

Fixed some errors in formatter and made it possible to disable it via cli.

@Toddelismyname Toddelismyname added enhancement New feature or request Fix Fixing a bug/error labels Feb 6, 2025
@Toddelismyname Toddelismyname self-assigned this Feb 6, 2025
@Toddelismyname Toddelismyname linked an issue Feb 6, 2025 that may be closed by this pull request
@Toddelismyname Toddelismyname marked this pull request as ready for review February 6, 2025 16:41
@Toddelismyname Toddelismyname marked this pull request as draft February 8, 2025 08:52
example input 1:
<write-data name="Force" mesh="Fluid-Mesh"/>
And example input 2:
<write-data mesh="Fluid-Mesh" name="Force"/>
should both return:
<write-data name="Force" mesh="Fluid-Mesh"/>
The custom_sort_key() function is now a global function, but it's being used as if it were a method.
The participant_order variable is not defined.
…r anymore:

E           AssertionError: Mismatch:
E             Original: <data:vector name="Displacement"/>
E             Generated: <data:vector name="Displacement" />
…r first common attribute value alphabetically
… by their first common attribute value alphabetically"

This reverts commit 9fa76c4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Fix Fixing a bug/error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance and Test preCICE Configuration Formatter
1 participant