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

Fix illegal read in do_is_ordered #261

Merged
merged 1 commit into from
Aug 7, 2018

Commits on Aug 6, 2018

  1. Fix illegal read in do_is_ordered

    do_is_ordered tries to check whether the first element of the series
    is NA.  It needs to first check whether the series has at least one
    element to avoid reading an uninitialised value.
    
    Fixes joshuaulrich#236.
    TomAndrews committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    28be49b View commit details
    Browse the repository at this point in the history