You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
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
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