-
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 puts extension func under wrong class #459
Comments
Just tested out the SourceKitten output run on this project. Looks like it's properly parsing the output so it's looking like the problem is in the site generator portion of jazzy. See attached file. |
Looks like the problem is that Sourcekitten is outputting the same USR for both extensions, even though it’s distinguishing the names correctly:
vs
|
Oh, good catch. I only noticed that key.name was different. |
Thanks for reporting this! At first glance, it seems like a bug in Apple's SourceKit. |
Any value in merging based on name+USR as a workaround? Or is that just going to introduce more problems? |
If our integration specs aren't affected by that, I'd say it's safe enough to try. |
@pcantrell fixed this by working around the issue in 0.6.0. |
Steps to reproduce:
Result:
$ jazzy -v
jazzy version: 0.5.0
The text was updated successfully, but these errors were encountered: