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

fix: 4056 - fixed List syntax for offline data #4059

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

monsieurtanuki
Copy link
Contributor

What

  • Fixes a bug about how to modify a List created from an existing const one.

Fixes bug(s)

@codecov-commenter
Copy link

Codecov Report

Merging #4059 (89e7e4e) into develop (a007367) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           develop    #4059      +/-   ##
===========================================
- Coverage    11.00%   10.96%   -0.04%     
===========================================
  Files          270      270              
  Lines        13369    13416      +47     
===========================================
  Hits          1471     1471              
- Misses       11898    11945      +47     
Impacted Files Coverage Δ
.../smooth_app/lib/query/products_preload_helper.dart 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@AshAman999 AshAman999 left a comment

Choose a reason for hiding this comment

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

@monsieurtanuki
Copy link
Contributor Author

There's one more place which needs the same change

Indeed! I've just committed the additional fix.
Too bad the lint check doesn't detect that error.

@teolemon teolemon requested a review from AshAman999 June 2, 2023 08:57
@teolemon
Copy link
Member

teolemon commented Jun 2, 2023

@AshAman999 @monsieurtanuki merging

@teolemon teolemon merged commit e1a2afe into openfoodfacts:develop Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Downloading or updating offline data don't work anymore
4 participants