Skip to content

Edgecase: Only signed integers (64 bit) are supported? #167

Closed
@matthiasbeyer

Description

@matthiasbeyer

As far as I can see, only i64 are supported right now by this crate, am I right?

ValueKind::Integer(i64)

If someone wants to store a u64, they will run into an error, because we're casting u64 to i64. This is most likely not a problem for any real-world configuration file, but should be fixed anyways.
Especially because #161 wants 128 bit integer support.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions