Skip to content

IP addresses are parsed as numbers, not as strings. #5

@subnetmarco

Description

@subnetmarco

The library has a hard time parsing IP addresses as strings, and it parses them as numbers. For example the following YAML value:

host: 127.0.0.1

is being parsed as:

{
    host = 127
}

While it should be interpreted as a string value, not an integer value. It should be:

{
    host = "127.0.0.1"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions