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

Resolve merge conflicts in (Pass the language code to iTunes search api to get localized release notes) PR #439

Merged
merged 7 commits into from
Sep 12, 2024

Conversation

ibraheemalayan
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.49%. Comparing base (fa02d08) to head (fe0e7da).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #439   +/-   ##
=======================================
  Coverage   90.49%   90.49%           
=======================================
  Files          13       13           
  Lines        1221     1221           
=======================================
  Hits         1105     1105           
  Misses        116      116           

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

@ibraheemalayan
Copy link
Contributor Author

resolve merge conflicts from PR #351

@larryaasen
Copy link
Owner

This PR seems similar to #443.

@ibraheemalayan
Copy link
Contributor Author

@larryaasen

This PR seems similar to #443.

This PR fixes the merge conflicts in that PR, and passes all tests

assert(bundleId.isNotEmpty);
if (bundleId.isEmpty) {
return null;
}

final url = lookupURLByBundleId(bundleId,
country: country ?? '', useCacheBuster: useCacheBuster)!;
country: country ??= '', language: language ?? '', useCacheBuster:
Copy link
Owner

Choose a reason for hiding this comment

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

@ibraheemalayan There seems to be an extra character added to this existing code country: country ??= ''. The = was added. Was there a reason for thiat?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like it is a mistake but it doesn't affect the code.

Copy link
Owner

Choose a reason for hiding this comment

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

I can merge this after that extra character is removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did the change

@larryaasen larryaasen self-assigned this Sep 12, 2024
@larryaasen larryaasen added enhancement New feature or request iOS labels Sep 12, 2024
@ibraheemalayan
Copy link
Contributor Author

@larryaasen

Is the test that failed related ?

@larryaasen
Copy link
Owner

larryaasen commented Sep 12, 2024

@larryaasen

Is the test that failed related ?

@ibraheemalayan It was not a test that failed, it was flutter analyze for Flutter 3.24.0

@larryaasen
Copy link
Owner

@ibraheemalayan Do you have Flutter 3.24.0+ on your local machine? If not, I can fix this issue.

@larryaasen larryaasen merged commit 999a6ae into larryaasen:master Sep 12, 2024
1 of 3 checks passed
@larryaasen
Copy link
Owner

@ibraheemalayan Do you have Flutter 3.24.0+ on your local machine? If not, I can fix this issue.

I will fit it here. Thanks for the PR 👍

@larryaasen
Copy link
Owner

These updates were published on pub.dev as version 11.1.0: https://pub.dev/packages/upgrader/versions/11.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants