Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Move to a single macro, @auto_hash_equals, and keyword options. #34

Merged
merged 6 commits into from
Aug 9, 2023

Conversation

gafter
Copy link
Member

@gafter gafter commented Aug 9, 2023

No description provided.

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch coverage: 93.40% and project coverage change: +4.11% 🎉

Comparison is base (4af0a63) 89.34% compared to head (a992355) 93.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   89.34%   93.46%   +4.11%     
==========================================
  Files           1        2       +1     
  Lines         169      199      +30     
==========================================
+ Hits          151      186      +35     
+ Misses         18       13       -5     
Files Changed Coverage Δ
src/impl.jl 93.22% <93.22%> (ø)
src/AutoHashEqualsCached.jl 95.45% <95.00%> (+6.10%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Remove support for placing the macro on a block containing a struct.
It didn't work correctly (throwing away the rest of the block).
@gafter gafter linked an issue Aug 9, 2023 that may be closed by this pull request
@gafter gafter requested a review from mcmcgrath13 August 9, 2023 20:43
@gafter gafter marked this pull request as ready for review August 9, 2023 20:43
@gafter
Copy link
Member Author

gafter commented Aug 9, 2023

@mcmcgrath13 I think I've addressed all of your comments.

Copy link
Collaborator

@mcmcgrath13 mcmcgrath13 left a comment

Choose a reason for hiding this comment

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

LGTM!

@gafter gafter merged commit fee4cc3 into main Aug 9, 2023
7 checks passed
@gafter gafter deleted the keywords branch August 9, 2023 21:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a keyword macro arguments for triggering options
2 participants