Anton Trunov
Anton Trunov
> all internal message receivers should be represented by a single recv_internal, external receivers by a single recv_external this would lose high-level information and we will have recover it later...
> I'd very much like intermediate traits to allow abstract functions to remain abstract until the contract level. yep, this seems to be the desired behavior here
It actually should not throw. We should make it compatible with what FunC does: ``` ❯ cat sha256.fc _ %foo() method_id(254) { return "This message demonstrates hash collision. These two...
Hey @jjcnn, I cannot clone the repo anymore: ``` ❯ git clone --jobs 4 --recurse-submodules https://github.com/Zilliqa/scilla Cloning into 'scilla'... remote: Enumerating objects: 30519, done. remote: Counting objects: 100% (907/907), done....
Compiling the following contract ```tact contract Test { receive() { let b = 1; let a = +b; } } ``` results in a FunC error: ``` 💼 Compiling project...
Let's come back to this feature a bit later