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

[5.7] use default branches for unknown symbol kinds #133

Merged

Conversation

QuietMisdreavus
Copy link
Contributor

@QuietMisdreavus QuietMisdreavus commented Apr 8, 2022

This is a cherry-pick of #132 onto release/5.7.

Explanation: In preparation for updating the way symbol kinds are stored in the symbol graph, this PR changes the way swift-docc matches on that type to use a default branch instead of an explicit case .unknown.

Scope: No effect on user experience.

Radar: None, though this is a prerequisite for landing rdar://84276085

Risk: Low. This should offer no change to the behavior or test outcomes of Swift-DocC.

Testing: Ensure that the behavior of Swift-DocC does not change compared to beforehand.

@QuietMisdreavus
Copy link
Contributor Author

@swift-ci Please test

@QuietMisdreavus
Copy link
Contributor Author

@swift-ci Please test Linux

@QuietMisdreavus
Copy link
Contributor Author

@swift-ci Please test Linux

@QuietMisdreavus
Copy link
Contributor Author

@swift-ci Please test

@QuietMisdreavus
Copy link
Contributor Author

@swift-ci Please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants