-
Notifications
You must be signed in to change notification settings - Fork 36
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
Provide a flag parameter to allow limiting spyable availability #64
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #64 +/- ##
==========================================
+ Coverage 95.98% 96.18% +0.19%
==========================================
Files 15 15
Lines 573 603 +30
==========================================
+ Hits 550 580 +30
Misses 23 23 ☔ View full report in Codecov by Sentry. |
|
From your suggestion here, I covered
I'm happy to do it, but I'm not sure what you meant about refreshing the examples package, as it seems empty anyways to me right now. I'm not too familiar with DocC, in case you could give some direction here. |
Regarding the Examples package, I was referring to the one located at https://github.com/Matejkob/swift-spyable/tree/main/Examples. This is a separate Swift Package that contains practical examples demonstrating how to use the macro in real-world projects. It would be great if you could refresh this Examples package by ensuring that it's up-to-date and accurately reflects the current capabilities and usage of our macro. |
|
Unfortunately due to the limitation of not being able to define preprocessor flags on packages, I don't really think there's an effective way to demo this without a full-fledged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once again thanks a lot for your contribution! 🚀
See #41 for conversation leading up to this PR