Skip to content

Conversation

@irar2
Copy link
Collaborator

@irar2 irar2 commented Jul 31, 2025

Fixes #108

Signed-off-by: Ira <IRAR@il.ibm.com>
@irar2 irar2 requested a review from mayabar July 31, 2025 10:13
// ParseCommandParamsAndLoadConfig loads configuration, parses command line parameters, merges the values
// (command line values overwrite the config file ones), and validates the configuration
func ParseCommandParamsAndLoadConfig() (*Configuration, error) {
config := NewConfig()
Copy link
Collaborator

Choose a reason for hiding this comment

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

NewConfig could be a private function

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done. It was used in simulator test, but I changed the test.

Signed-off-by: Ira <IRAR@il.ibm.com>
@irar2 irar2 merged commit 91549f5 into llm-d:main Aug 3, 2025
2 checks passed
@irar2 irar2 deleted the reorg branch August 3, 2025 05:48
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.

Code refactoring

2 participants