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(service): support host IP in brackets for ports short syntax #27

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

k9withabone
Copy link
Owner

Extracted bracket striping logic from extra_hosts deserialization into its own function: compose_spec::service::strip_brackets().

Used strip_brackets() for host IP parsing in impl FromStr for compose_spec::service::ports::ShortPort.

Added test compose_spec::service::ports::tests::short_port::host_ip_brackets() to ensure the fix is working as expected.

Fixes: #24

Extracted bracket striping logic from `extra_hosts` deserialization into
its own function: `compose_spec::service::strip_brackets()`.

Used `strip_brackets()` for host IP parsing in
`impl FromStr for compose_spec::service::ports::ShortPort`.

Added test
`compose_spec::service::ports::tests::short_port::host_ip_brackets()`
to ensure the fix is working as expected.

Fixes: #24
@k9withabone k9withabone added the bug Something isn't working label Sep 27, 2024
@k9withabone k9withabone added this to the v0.3.0 milestone Sep 27, 2024
@k9withabone k9withabone merged commit 0159297 into main Sep 29, 2024
9 checks passed
@k9withabone k9withabone deleted the ipv6-brackets branch September 29, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support IPv6 address enclosed in brackets for ports short syntax
1 participant