Skip to content

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
@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>
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
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>
matt-ramotar pushed a commit that referenced this pull request Sep 18, 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>
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