Skip to content

Maps with Key Object, Object would fail during serialization if not String, Object#935

Merged
marandaneto merged 2 commits into
mainfrom
fix/crumb-InternalLinkedHashMap
Jul 7, 2022
Merged

Maps with Key Object, Object would fail during serialization if not String, Object#935
marandaneto merged 2 commits into
mainfrom
fix/crumb-InternalLinkedHashMap

Conversation

@marandaneto

@marandaneto marandaneto commented Jul 7, 2022

Copy link
Copy Markdown
Contributor

📜 Description

Maps with Key Object, Object would fail during serialization if not String, Object

💡 Motivation and Context

Fixes #898

💚 How did you test it?

Running it

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@marandaneto
marandaneto requested a review from brustolin as a code owner July 7, 2022 08:39
@codecov-commenter

codecov-commenter commented Jul 7, 2022

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.81%. Comparing base (872c63d) to head (bed2386).
⚠️ Report is 1445 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #935      +/-   ##
==========================================
+ Coverage   89.80%   89.81%   +0.01%     
==========================================
  Files         104      104              
  Lines        3207     3211       +4     
==========================================
+ Hits         2880     2884       +4     
  Misses        327      327              

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

@brustolin brustolin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@marandaneto
marandaneto merged commit 3f0e852 into main Jul 7, 2022
@marandaneto
marandaneto deleted the fix/crumb-InternalLinkedHashMap branch July 7, 2022 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_TypeError (type '_InternalLinkedHashMap<Object?, Object?>' is not a subtype of type 'Map<String, dynamic>?')

3 participants