-
Notifications
You must be signed in to change notification settings - Fork 210
Update kermit to 2.0.4 #655
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
Merged
matt-ramotar
merged 1 commit into
MobileNativeFoundation:main
from
solcott:kermit_update
Sep 19, 2024
Merged
Update kermit to 2.0.4 #655
matt-ramotar
merged 1 commit into
MobileNativeFoundation:main
from
solcott:kermit_update
Sep 19, 2024
Conversation
This file contains hidden or 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
Fixes MobileNativeFoundation#653 and MobileNativeFoundation#654 Signed-off-by: Scott Olcott <scottolcott@gmail.com>
fae7a59
to
c4482b5
Compare
matt-ramotar
approved these changes
Sep 19, 2024
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.
You rock, thanks for getting this up
amrfarid140
pushed a commit
to amrfarid140/Store
that referenced
this pull request
Oct 1, 2024
Fixes MobileNativeFoundation#653 and MobileNativeFoundation#654 Signed-off-by: Scott Olcott <scottolcott@gmail.com> Signed-off-by: Amr Yousef <amr.farid140@gmail.com>
amrfarid140
added a commit
to amrfarid140/Store
that referenced
this pull request
Oct 1, 2024
This reverts commit 76f34d4. Signed-off-by: Amr Yousef <amr.farid140@gmail.com>
matt-ramotar
pushed a commit
that referenced
this pull request
Oct 4, 2024
* Add test case Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Always Release storeLock Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Update kermit to 2.0.4 (#655) Fixes #653 and #654 Signed-off-by: Scott Olcott <scottolcott@gmail.com> Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Revert "Update kermit to 2.0.4 (#655)" This reverts commit 76f34d4. Signed-off-by: Amr Yousef <amr.farid140@gmail.com> --------- Signed-off-by: Amr Yousef <amr.farid140@gmail.com> Signed-off-by: Scott Olcott <scottolcott@gmail.com> Co-authored-by: Scott Olcott <scottolcott@gmail.com>
matt-ramotar
pushed a commit
that referenced
this pull request
Feb 19, 2025
* Add test case Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Always Release storeLock Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Update kermit to 2.0.4 (#655) Fixes #653 and #654 Signed-off-by: Scott Olcott <scottolcott@gmail.com> Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Revert "Update kermit to 2.0.4 (#655)" This reverts commit 76f34d4. Signed-off-by: Amr Yousef <amr.farid140@gmail.com> --------- Signed-off-by: Amr Yousef <amr.farid140@gmail.com> Signed-off-by: Scott Olcott <scottolcott@gmail.com> Co-authored-by: Scott Olcott <scottolcott@gmail.com>
itsandreramon
pushed a commit
to itsandreramon/Store
that referenced
this pull request
Feb 26, 2025
Fixes MobileNativeFoundation#653 and MobileNativeFoundation#654 Signed-off-by: Scott Olcott <scottolcott@gmail.com>
itsandreramon
pushed a commit
to itsandreramon/Store
that referenced
this pull request
Feb 26, 2025
* Add test case Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Always Release storeLock Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Update kermit to 2.0.4 (MobileNativeFoundation#655) Fixes MobileNativeFoundation#653 and MobileNativeFoundation#654 Signed-off-by: Scott Olcott <scottolcott@gmail.com> Signed-off-by: Amr Yousef <amr.farid140@gmail.com> * Revert "Update kermit to 2.0.4 (MobileNativeFoundation#655)" This reverts commit 76f34d4. Signed-off-by: Amr Yousef <amr.farid140@gmail.com> --------- Signed-off-by: Amr Yousef <amr.farid140@gmail.com> Signed-off-by: Scott Olcott <scottolcott@gmail.com> Co-authored-by: Scott Olcott <scottolcott@gmail.com>
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.
Closes #653
Closes #654
Description
Update kermit to 2.0.4. When kermit updated to 2.0.0 it changed
CommonWriter
s default constructor to a new one that had a default parameter. This causes KMP iosApps using Store 5.0.0 and Kermit 2.0.0+ to crash because it can't find the defaultCommonWriter
constructor.Type of Change
Test Plan
No new tests as this is a dependency update. I tested locally in KMP Android/iOS apps
Checklist:
Before submitting your PR, please review and check all of the following:
Additional Notes:
Add any other information about the PR here.