-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
meta: 0.4.0 checklist #3767
Comments
Could we maybe squeeze in #3607 |
hm yea, need to think more on this, it's weird to have different default semantics for different functions |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
closing as finished with the 0.4.0 release |
|
meta issue to keep track of 0.4.0 issues
features:
.vyi
files VIP:.vyi
files #2814vyper.interfaces
->ethereum.ercs
VIP: move builtin interfaces toethereum.ercs
#3675vyper.interfaces
convert()
to shorten bytestrings feat[lang]: allow downcasting of bytestrings #3832await
(orcall
) syntax for external calls VIP: syntactic distinction for external vs internal calls #2856self
(useself.address
!), OR make interfaces interchangeable withaddress
VIP: disallow the use ofself
as an address #3701 (comment)enum
toflag
VIP: renameenum
toflags
#3642decimal
toint168
#3696exports:
functionality feat[lang]: implement function exports #3786bugfixes: analysis
payable
decorator in interface functions not enforced byimplements
#3774bugfixes: codegen
slice()
#3756integration (compiler output):
__init__()
to source map DEFERREDinternal API:
The text was updated successfully, but these errors were encountered: