Skip to content

Convert arguments in VersionInfo ctor #135

Closed
@Flamefire

Description

@Flamefire

It just happened to me to use VersionInfo(3, 2, 1, 1) which later failed due to the prerelease not being a string which the comparison assumed.

I propose to either

  1. Convert arguments in ctor of VersionInfo to their correct types (int/string)
  2. Assert the correct type

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions