-
Notifications
You must be signed in to change notification settings - Fork 414
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
require
Failure (Jazzy 0.8.4 only)
#891
Comments
I just tracked the failing line in Still have not found a way to work around it. |
Installed Ruby 2.4.2 (which is higher than RVM recommends) to match the working Travis CI build. Then reinstalled Jazzy. Result: Redcarpet seg‐faulted. Updated all gems. Result: Back to square one with the above output. |
@SDGGiesbrecht I'm guessing you have a case-sensitive fs -- the file in the stdlib is |
Yes, I just finished manually navigating to And now—thanks to your comment, @segiddins—I also understand why. I will leave this issue open for now so the workaround can more easily be found by other users with the same problem. Once a fix is released, whoever notices first may close the issue. |
On my machine, running
jazzy _0.8.4_ -version
fails with the following output:On the other hand, running
jazzy _0.8.3_ -version
succeeds. (Ouput:jazzy version: 0.8.3
).I also see that 0.8.4 does work when installed and run on Travis CI’s
xcode9
image.I assume the problem is not really with Jazzy itself, but with my system. However, I have already tried completely wiping and reinstalling Xcode’s command line tools, RVM, Ruby, and Jazzy, and nothing fixed it. I am out of ideas, so any tips on shimming my system back into working order would be appreciated.
In case it matters, I had not tried to use Jazzy since upgrading to Xcode 9, nor had I tried to use 0.8.4 before, so I cannot say for sure if it would ever have worked since either event.
The text was updated successfully, but these errors were encountered: