Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace version_check dependency with own version parsing code #81259

Merged
merged 1 commit into from
Jan 25, 2021

Commits on Jan 24, 2021

  1. Replace version_check dependency with own version parsing code

    This gives compiler maintainers a better degree of control
    over how the version gets parsed and is a good way to ensure
    that there are no changes of behaviour in the future.
    
    Also, issue a warning if the version is invalid instead of erroring
    so that we stay forwards compatible with possible future changes
    of the versioning scheme.
    
    Last, this improves the present test a little.
    est31 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    14aa12f View commit details
    Browse the repository at this point in the history