-
Notifications
You must be signed in to change notification settings - Fork 203
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 Storage Conversion generation bug #1595
Fix Storage Conversion generation bug #1595
Conversation
- If a map type is a TypeName that is not pointing to a local package, just use the type as is rather than trying to look it up (which will fail).
Codecov Report
@@ Coverage Diff @@
## master #1595 +/- ##
==========================================
+ Coverage 63.22% 63.25% +0.02%
==========================================
Files 183 183
Lines 11903 11918 +15
==========================================
+ Hits 7526 7539 +13
- Misses 3704 3706 +2
Partials 673 673
Continue to review full report at Codecov.
|
Thanks @theunrepentantgeek for the push to the branch with additional tests and some extra fixes |
If a map type is a TypeName that is not pointing to a local package, just use the type as is rather than trying to look it up (which will fail).