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

Add support for changing type info of atree maps (atree inlining branch) #377

Merged

Conversation

fxamacker
Copy link
Member

Updates #373

This feature is needed by Cadence migrations to update static types. For more details, see

This PR adds OrderedMap.SetType() to allow updating TypeInfo.

NOTE: Implementation of this in atree inlining branch is different than non-inlining branch(es).


  • Targeted PR against main branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@fxamacker fxamacker added enhancement New feature or request E&V Team Execution / Verification / Edge Team labels Mar 6, 2024
@fxamacker fxamacker self-assigned this Mar 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.22%. Comparing base (36e70a5) to head (36e70a5).

❗ Current head 36e70a5 differs from pull request most recent head 95dad1c. Consider uploading reports for the commit 95dad1c to get more accurate results

Additional details and impacted files
@@                     Coverage Diff                     @@
##           feature/array-map-inlining     #377   +/-   ##
===========================================================
  Coverage                       63.22%   63.22%           
===========================================================
  Files                              15       15           
  Lines                           10791    10791           
===========================================================
  Hits                             6823     6823           
  Misses                           3005     3005           
  Partials                          963      963           

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

Copy link
Member

@turbolent turbolent left a comment

Choose a reason for hiding this comment

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

Nice! Thank you for adding this!

Same feedback as for the related PR, #376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E&V Team Execution / Verification / Edge Team enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants