Charles Cooper
Charles Cooper
> Does this have an advantage over using RLP? ABI arguments and return values can be represented as RLP right now. Using RLP is pretty much a non-starter here as...
closing in favor of future `extract` feature
for now i'm putting in the behavior as warning instead of an exception
> see: `s: String[2] = await await concat('a', 'b')` also: `File "", line 4` seems unrelated -- there's a `raise SyntaxException(...) from e` in vyper/ast/parse.py; we could remove the `from...
> compiling: > > ```python > d: DynArray[uint256, 10] > > interface I: > def foo() -> DynArray[uint256, 10]: view > def bar() -> uint256: payable > > > @external...
the non-unique symbol panics are related to known bugs i think, not regressions
this should be closed by the language redesign done in #3663 and #3725. there are still two ways of importing interfaces, via importing `.vyi` interface files and also by `interface...
closing as the lark ast is not really mature enough for this
closing, superseded by #3469 and #3589
closing as stale + unresolved merge conflicts