Czar102
Czar102
These lines haven't been commented out and the release is available via npm, printing infinite messages to the console, crashing PC. Test code made dependent packages unusable.
### What's your issue about? [The docs](https://docs.vyperlang.org/en/stable/control-structures.html#external-functions) give an example of an overloaded function: ```py @external def add_seven(a: int128) -> int128: return a + 7 @external def add_seven_with_overloading(a: uint256, b:...
## Abstract I think the current implementation of int256 addition overflow check is quite suboptimal. The optimizer seems not to be able to catch this possible optimization, probably because it's...
## Description The compiler crashes when a conditional value is assigned to a tuple which contains both memory and calldata variables. (I may be wrong about the exact reasons –...