Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Compiler versions are compared as strings #154

@ignisf

Description

@ignisf

The current comparison of the compiler versions as strings is a bad idea as the order of SemVer versions is not the same as the lexicographical order. Example: '4.6' < '4.10' # => false

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions