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

Use a rescue around the internal realpath call for each loaded feature #4931

Merged
merged 2 commits into from Oct 4, 2021

Commits on Oct 4, 2021

  1. Use a rescue around the internal realpath call for each loaded feature

    This appears to be only necessary on Solaris, but this commit
    enables it unconditionally to test breakage.  The following
    commit will switch to only enabling it on Solaris.
    jeremyevans committed Oct 4, 2021
    Copy the full SHA
    bfd2f15 View commit details
    Browse the repository at this point in the history
  2. Only rescue realpath calls during require on Solaris

    Remove temporary skip of test_no_curdir to see if this fixes the
    problem.
    jeremyevans committed Oct 4, 2021
    Copy the full SHA
    84e8e2a View commit details
    Browse the repository at this point in the history