-
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
Jazzy 0.7.2 crashes with "comparison of Array with Array failed" ArgumentError #661
Comments
Encountering the same problem. kUseProductionEnvironment is indeed declared in an '#if' block. If I remove the '#if' block it generates fine. |
Can confirm that the same has occurred to me. Saw:
Running:
My workaround was to use 0.7.1. |
0.7.2 and 0.7.1 gave the same error for me, but 0.7.0 worked. |
A few questions before I get started on the issue:
Just in case someone hasn't updated us on their progres. |
Yes, I can reproduce the problem in this project: https://github.com/kareman/SwiftShell. This code has several
|
Same here:
(output from http://api.cocoadocs.org:4567/error/GRDB.swift/0.90.1) |
The consequence of this bug are serious: some CocoaPods just don't have any online reference documentation anymore. No reference, and broken links from other documentation resources. |
This bug is a crasher. I advise that it is repriorized, and that the CocoaPods team is notified when it is fixed (@orta, @kylef, @segiddins) |
I have the same issue with my RichString CocoaPod. It has a few The output I'm getting from jazzy, is:
|
@orta could this have happened after the recent changes to use |
I could reproduce this by running |
I could trace it back to 5802a19, which added a third sorting field ( |
since usr isn't present in all declarations, we need to fall back on something. fixes #661.
Fixed. |
@svdo orta typically has cocoadocs pointing to a commit of jazzy rather than a released version, so making a PR to https://github.com/CocoaPods/cocoadocs.org might be the fastest way to get this working ;) |
Hello,
I recently updated to Jazzy 0.7.2 and have tried using it to generate documentation for an Xcode 8 project containing Swift 2.3 code. All 578 source files in our project are parsed, but when Jazzy gets to the "building site" stage, Jazzy exits with code
1
and logs:Prior to that, I get some USR warnings, eg.:
Unfortunately, this is a closed-source project so I can't share the code publicly. But if there is anything I can do to help diagnose the issue further, please let me know.
Thanks!
E.
The text was updated successfully, but these errors were encountered: