Kamil Śliwak

Results 536 comments of Kamil Śliwak

Output: ``` /solidity/libsolidity/codegen/ABIFunctions.cpp(1174): Throw in function std::string solidity::frontend::ABIFunctions::abiDecodingFunctionArrayAvailableLength(const solidity::frontend::ArrayType&, bool) Dynamic exception type: boost::wrapexcept std::exception::what: Solidity assertion failed [solidity::util::tag_comment*] = Solidity assertion failed ``` This started happening in 0.8.8. The...

@Krish-bhardwaj Take this example: ```solidity contract C { int[0] x; } ``` It currently produces an error: ``` Error: Array with zero length specified. --> test.sol:2:9: | 2 | int[0]...

@Krish-bhardwaj I'm off this week, but if you need help please come to the [#solidity-dev](https://app.element.io/#/room/#ethereum_solidity-dev:gitter.im) channel, you'll always find someone from the team there. Setting up for development is mostly...

@redone9211 See https://github.com/ethereum/solidity/issues/13652#issuecomment-1294913283.

Feel tree to try. https://github.com/ethereum/solidity/issues/13652#issuecomment-1294913283 should get you started.

> I'd say we should generally prefer #9720 over automating preparing the source archive. Well, just running the script to build seems simple enough. Might be worth doing it first...

@sambacha What exactly would that involve? Running that script to update `solc-static-versions.nix` and making a PR or actually rebuilding the binary? Currently going through the whole release checklist already takes...

This has a pending PR and is quite important.

Ok then, maybe we should bump the priority here. I thought it would affect only really pathological cases unlikely to happen in practice.

I have to finally fix it because now it interferes with my attempt to implement #13583. `syntaxTests/sizeLimits/bytecode_too_large_byzantium.sol` and a few similar tests we have in our test suite crash like...