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

Avoid blowing stack when checking if a failed dependency is required or optional #1457

Closed
wants to merge 1 commit into from

Commits on Jun 24, 2020

  1. Avoid cycles in failedDependency

    failedDependency is depth first search for a path to a top-level or user-required package.
    If failedDependency revisits a package it will recurse till it blows the call stack.
    everett1992 authored and Caleb ツ Everett committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bf166ce View commit details
    Browse the repository at this point in the history