Skip to content

Create config reader that reads client node configuration from the file.#209

Merged
kmroz merged 1 commit intomainfrom
208-c-impl-needs-a-config-file-reader-to-read-the-config-before-running-the-client
Aug 30, 2023
Merged

Create config reader that reads client node configuration from the file.#209
kmroz merged 1 commit intomainfrom
208-c-impl-needs-a-config-file-reader-to-read-the-config-before-running-the-client

Conversation

@bartossh
Copy link
Copy Markdown
Owner

C impl needs a config file reader to read the config before running the client.

This is a simple tex file as we are not implementing any other node than the client node and do not need a nested setup.

@bartossh bartossh added enhancement New feature or request feature Feature with business value. labels Aug 29, 2023
@bartossh bartossh self-assigned this Aug 29, 2023
Copy link
Copy Markdown
Collaborator

@kmroz kmroz left a comment

Choose a reason for hiding this comment

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

Looks good... and I'm really liking the little test framework!

The only thing that comes to mind is sanity checking the token values (ie. atoi("8080") will return 0, invalid url forms, etc). I think I can cook something up, and dust of my copy of K&R 👍🏻

@kmroz kmroz merged commit 98e3b62 into main Aug 30, 2023
@kmroz kmroz deleted the 208-c-impl-needs-a-config-file-reader-to-read-the-config-before-running-the-client branch August 30, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request feature Feature with business value.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C impl needs a config file reader to read the config before running the client.

2 participants