Oleksandr Zarudnyi

Results 23 issues of Oleksandr Zarudnyi

### Version Information * vyper Version (output of `vyper --version`): 0.3.2 ### What's your issue about? The empty contract has the following IR: ``` [seq, [deploy, 0, seq, 0]] ```...

bug - codegen

### Version Information * vyper Version (output of `vyper --version`): 0.3.2 * OS: linux * Python Version (output of `python --version`): 3.10.2 ### What's your issue about? Perhaps, there is...

### Version Information * vyper Version (output of `vyper --version`): 0.3.2 ### What's your issue about? ``` Vyper M0B0 0.3.2 V- INVALID tests/vyper/external/strings/unicode_escapes.vy vyper-bin//vyper-0.3.2 error: vyper.exceptions.InvalidLiteral: '€' is not an...

### Version Information * vyper Version (output of `vyper --version`): 0.3.2.dev45+g798ed1a8 * OS: linux * Python Version (output of `python --version`): 3.10.1 Compiler output: ``` vyper.exceptions.TypeCheckFailure: Statement node did not...

bug - codegen
bug - type 1

I have finished the driver and now it works perfectly, but only on Win8.1 and Win10. On Win7 it starts, but when it comes to recognizing HID devices specified in...

Patch description: 1. Relevant compiler docs are extracted from the smart contract page and moved to a newly created chapter dedicated to our toolchain. 2. The overview describes our toolchain...