Replies: 2 comments 2 replies
-
I don't know if that was ever possible 🤔 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Was 0.1.0b12. I haven't had the opportunity to determine when it stopped
working.
…On Thu, Nov 25, 2021, 2:01 AM Charles Cooper ***@***.***> wrote:
Which version did it compile on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2539 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGWP76IPAMH2FUGKQ4U4LLUNUY67ANCNFSM5IQXHDBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Used to be able to declare an array of HashMaps but this, formerly legal declaration, "levels: public(HashMap(uint256, Bid)[MAX_LEVEL])" now gives this error message: "vyper.exceptions.StructureException: HashMap must be defined with a key type and a value type". How can I get an array of HashMaps with modern Vyper?
Beta Was this translation helpful? Give feedback.
All reactions