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

change otp version check to accommodate patched R15B01 releases #9

Merged
merged 1 commit into from
Oct 5, 2016

Commits on Mar 17, 2016

  1. change otp version check to accommodate patched R15B01 releases

    If the string returned by erlang:system_info(otp_release) begins with R15B01 but has any suffix the previous version check would erroneously assume that it supported APIs introduced in R15B02.
    
    This is pretty obscure and unlikely to be relevant to most anyone any more, but it can bite painfully in certain regression testing scenarios.
    tburghart committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    e5215d9 View commit details
    Browse the repository at this point in the history