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

fix parsing of nested k=v config values #15

Closed

Conversation

jamesbeedy
Copy link
Contributor

These changes fix the parser so that it correctly parses user defined input where the values contain nested k=v.

Adds a peer relation to get the slurmctld ingress_address from.

Fixes #14

These changes fix the parser so that it correctly parses
user defined input where the values contain nested k=v.

Adds a peer relation to get the slurmctld ingress_address from.
@NucciTheBoss NucciTheBoss self-requested a review August 12, 2024 21:18
Copy link
Member

@NucciTheBoss NucciTheBoss left a comment

Choose a reason for hiding this comment

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

I see that two changes are added in e48cdf8:

  1. Fix the configuration parser
  2. Add back the slurmctld-peer integration

Can we rebase this commit into two commits? One commit for fixing the configuration parser and the other that adds back the slurmctld-peer integration? That way when going through the commit history, we have better insight for when things were added. Also, could you quickly update the commit messages to follow the conventional commits format? Makes parsing commits easier 😃

Once the commits are rebased, I'm good to merge this PR! Thanks @jamesbeedy

@jamesbeedy jamesbeedy closed this Aug 20, 2024
@jamesbeedy jamesbeedy deleted the fix_nested_key_val_parsing branch August 20, 2024 20:00
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.

custom configuration parser blows up when configuration values contain nested key/val pairs
2 participants