-
Notifications
You must be signed in to change notification settings - Fork 66
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
fix: Add Hash Methods where isEqual called #167
Merged
BrandonStalnaker
merged 4 commits into
development
from
fix/Add-Hash-Methods-Where-IsEqual-Called
Nov 17, 2022
Merged
fix: Add Hash Methods where isEqual called #167
BrandonStalnaker
merged 4 commits into
development
from
fix/Add-Hash-Methods-Where-IsEqual-Called
Nov 17, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BrandonStalnaker
force-pushed
the
fix/Add-Hash-Methods-Where-IsEqual-Called
branch
from
November 17, 2022 17:03
2165404
to
3239c48
Compare
BrandonStalnaker
force-pushed
the
fix/Add-Hash-Methods-Where-IsEqual-Called
branch
from
November 17, 2022 17:11
3239c48
to
fb8f354
Compare
einsteinx2
requested changes
Nov 17, 2022
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.
Looks good, just found 2 places to change, added change suggestions
Co-authored-by: Ben Baron <[email protected]>
einsteinx2
approved these changes
Nov 17, 2022
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.
LGTM
BrandonStalnaker
deleted the
fix/Add-Hash-Methods-Where-IsEqual-Called
branch
November 17, 2022 18:43
einsteinx2
pushed a commit
that referenced
this pull request
Nov 30, 2022
mparticle-automation
added a commit
that referenced
this pull request
Nov 30, 2022
# [8.9.0](v8.8.1...v8.9.0) (2022-11-30) ### Bug Fixes * Add class checks to initialize methods ([#165](#165)) ([065df46](065df46)) * Add Hash Methods where isEqual called ([#167](#167)) ([7302e0d](7302e0d)) * Allow null event attributes ([#163](#163)) ([5fd25c6](5fd25c6)) * Move dyld register callback to initialize ([#170](#170)) ([49d3660](49d3660)) * Remove unnecessary calls to removeObserver ([#168](#168)) ([a288ba4](a288ba4)) * Remove Unnecessary Synchronize in Dealloc ([#169](#169)) ([624891b](624891b)) ### Features * match android type support for custom attributes ([#157](#157)) ([c9a34cd](c9a34cd)) * Remove depreciate MPSegment code ([#171](#171)) ([1c04262](1c04262)) * Update Sample App for iOS 16 ([#158](#158)) ([fed8131](fed8131))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
All instances where
isEqual:
implemented should also implementhash
Testing Plan
Ran sample app and unit tests
Master Issue
Closes https://mparticle-eng.atlassian.net/browse/SQDSDKS-4834