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

Add Tree#count_recursive #464

Merged
merged 16 commits into from
Mar 9, 2015
Merged

Commits on Mar 4, 2015

  1. Add Tree#count_recursive

    Andy Delcambre committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    b6ab69f View commit details
    Browse the repository at this point in the history
  2. Kill debugging

    Andy Delcambre committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    4f629c0 View commit details
    Browse the repository at this point in the history
  3. hard tabs... seriously...

    Andy Delcambre committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    1b636a9 View commit details
    Browse the repository at this point in the history
  4. Count won't be negative

    Andy Delcambre committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    62d6952 View commit details
    Browse the repository at this point in the history
  5. Cast to the right type

    Andy Delcambre committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    0933e8f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Allow setting a limit on Tree#count_recursive

    Andy Delcambre committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    8589139 View commit details
    Browse the repository at this point in the history
  2. Add docs for limit param

    Andy Delcambre committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    e1b7acf View commit details
    Browse the repository at this point in the history
  3. Count and limit should have the same max value

    Andy Delcambre committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    2c70da0 View commit details
    Browse the repository at this point in the history
  4. Limit can be negative, just make both count and limit signed, 2.1 bil…

    …lion blobs should be enough for everyone
    Andy Delcambre committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    000d0da View commit details
    Browse the repository at this point in the history
  5. Just use Check_Type rather than a manual TYPE() + rb_raise

    Andy Delcambre committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    759dcfd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Better variable name conventions

    Andy Delcambre committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    272d487 View commit details
    Browse the repository at this point in the history
  2. No need to default to nil with rb_scan_args

    Andy Delcambre committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    c31d47d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d3c4da View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Add braces for if statements

    Andy Delcambre committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    44117e0 View commit details
    Browse the repository at this point in the history
  2. Whitespace

    Andy Delcambre committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    8a765f8 View commit details
    Browse the repository at this point in the history
  3. Declaration before statements

    Andy Delcambre committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    501f69d View commit details
    Browse the repository at this point in the history