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

resolve: fix recursion #6087

Merged
merged 3 commits into from
Mar 19, 2019
Merged

resolve: fix recursion #6087

merged 3 commits into from
Mar 19, 2019

Commits on Mar 16, 2019

  1. resolve: recurse by default

    This is what users expect.
    
    fixes #5635
    fixes #5585
    fixes #4181
    fixes #4293
    fixes #6086
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    fded3bc View commit details
    Browse the repository at this point in the history
  2. resolve: succeed on recursion limit when not recursing

    Otherwise, non-recursive resolution is pretty much useless.
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    1c7a5d1 View commit details
    Browse the repository at this point in the history
  3. test resolve recursion

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    417bd24 View commit details
    Browse the repository at this point in the history