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

Update kermit to 2.0.4 #655

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

solcott
Copy link
Contributor

@solcott solcott commented Sep 18, 2024

Closes #653
Closes #654

Description

Update kermit to 2.0.4. When kermit updated to 2.0.0 it changed CommonWriters 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 default CommonWriter constructor.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

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:

  • [ X] I have performed a self-review of my own code
  • [ X] I have commented my code, particularly in hard-to-understand areas
  • [ X] I have made corresponding changes to the documentation
  • [ X] My changes generate no new warnings
  • [ X] I have added tests that prove my change is effective
  • [ X] New and existing unit tests pass locally with my changes

Additional Notes:

Add any other information about the PR here.

Fixes MobileNativeFoundation#653 and MobileNativeFoundation#654

Signed-off-by: Scott Olcott <scottolcott@gmail.com>
Copy link
Collaborator

@matt-ramotar matt-ramotar left a 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

@matt-ramotar matt-ramotar merged commit 22bb733 into MobileNativeFoundation:main Sep 19, 2024
1 check passed
@solcott solcott deleted the kermit_update branch September 23, 2024 15:45
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
2 participants