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

Sync changes from Periphery fork #12

Merged
merged 5 commits into from
Aug 25, 2024

Conversation

ileitch
Copy link
Contributor

@ileitch ileitch commented Aug 25, 2024

I've been maintaining a fork for Periphery and have a accumulated a number of changes. I'd like to merge them back into your repo, and follow-up with Bazel module support so that this package can be included in the BCR.

The changes here are mix of performance improvements and support for newer versions of Swift.

@@ -2,11 +2,16 @@ import Foundation
import _CIndexStore

@dynamicMemberLookup
public struct LibIndexStore {
public class LibIndexStore {
Copy link
Contributor Author

@ileitch ileitch Aug 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this to a class I observed a lot of time spent copying the store.

@ileitch ileitch marked this pull request as ready for review August 25, 2024 09:34
@kateinoigakukun kateinoigakukun merged commit 2de2db7 into kateinoigakukun:master Aug 25, 2024
1 of 4 checks passed
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