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

chore: upgraded to off-dart 2.5.0 #3876

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

monsieurtanuki
Copy link
Contributor

Impacted files:

  • congrats.dart: refactored Robotoff call
  • product_question_page.dart: refactored Robotoff call
  • product_questions_query.dart: refactored Robotoff call
  • pubspec.lock: wtf
  • pubspec.yaml: now using the latest 2.5.0 off-dart version; downgraded path accordingly
  • question_page.dart: refactored Robotoff call
  • questions_query.dart: refactored Robotoff call
  • simple_input_text_field.dart: now using the new SuggestionManager class

What

Impacted files:
* `congrats.dart`: refactored Robotoff call
* `product_question_page.dart`: refactored Robotoff call
* `product_questions_query.dart`: refactored Robotoff call
* `pubspec.lock`: wtf
* `pubspec.yaml`: now using the latest 2.5.0 off-dart version; downgraded path accordingly
* `question_page.dart`: refactored Robotoff call
* `questions_query.dart`: refactored Robotoff call
* `simple_input_text_field.dart`: now using the new `SuggestionManager` class
@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2023

Codecov Report

Merging #3876 (b0a2636) into develop (1734a20) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           develop    #3876      +/-   ##
===========================================
- Coverage    10.52%   10.48%   -0.05%     
===========================================
  Files          273      274       +1     
  Lines        13468    13526      +58     
===========================================
  Hits          1418     1418              
- Misses       12050    12108      +58     
Impacted Files Coverage Δ
...es/smooth_app/lib/pages/hunger_games/congrats.dart 0.00% <0.00%> (ø)
...ooth_app/lib/pages/hunger_games/question_page.dart 0.99% <0.00%> (ø)
...app/lib/pages/product/simple_input_text_field.dart 0.00% <0.00%> (ø)
.../smooth_app/lib/query/product_questions_query.dart 0.00% <0.00%> (ø)
packages/smooth_app/lib/query/questions_query.dart 0.00% <0.00%> (ø)

... and 17 files with indirect coverage changes

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

Copy link
Collaborator

@g123k g123k left a comment

Choose a reason for hiding this comment

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

A small change to do, but LGTM otherwise

Impacted file:
* `simple_input_text_field.dart`: after review
Copy link
Collaborator

@g123k g123k left a comment

Choose a reason for hiding this comment

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

That's OK for me, thanks a lot @monsieurtanuki!

@g123k g123k merged commit 26b456e into openfoodfacts:develop Apr 21, 2023
6 checks passed
@monsieurtanuki
Copy link
Contributor Author

Thank you @g123k for your review!

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.

Autosuggest works erratically if the responses are not received in the right order
3 participants