-
Notifications
You must be signed in to change notification settings - Fork 117
Debug Info v2 #151
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
Debug Info v2 #151
Conversation
the possibility of a name collision since '''#''' is not a supported identifier character in most | ||
programming languages. | ||
|
||
The Version 2 type model includes six concrete ContractTypes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add a mechanism to encode Iterators - probably as an intrinsic type (i.e. #Iterator).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, there is already support for iterator via #Interop
What is it we are waiting for for this to be merged? |
Can't tell anything about the "draft" status of it (maybe there are some changes planned), but I'd say it should be a new NEP replacing the old one. That's exactly why we have "Replaces" and "Superseded-By" in NEPs. And then compilers could be compatible with NEP-19 or with new NEP-XYZ. |
apparently it's waiting to be updated after #160 is accepted |
This is a draft PR for the updated Debug Info used by the Neo Debugger Storage Schema Preview.
Changes are not expected, but until the storage schema work is out of preview, this PR will stay in draft status.