Kamil Śliwak

Results 95 issues of Kamil Śliwak

## Steps to Reproduce ```bash scripts/splitSources.py test/libsolidity/syntaxTests/string/invalid_utf8_sequence.sol ``` ``` Traceback (most recent call last): File "scripts/splitSources.py", line 51, in lines = open(filePath, mode='r', encoding='utf8').read().splitlines() File "/usr/lib/python3.8/codecs.py", line 322, in decode...

bug :bug:
testing :hammer:
medium effort
low impact
nice to have

Closes #9346. Depends on #11409. Part of a set of issues that replaces #11138. ## Abstract Disallow absolute paths in the virtual filesystem to make it harder to create non-portable...

breaking change :warning:
low effort
high impact

*The issue was raised in https://github.com/ethereum/solidity/issues/10166#issuecomment-734369933. I'm creating a separate issue to have a separate place to discuss it.* Currently some of our release builds are statically linked with Z3...

build system :building_construction:
low effort
medium impact

We introduced the new directory structure in solc-bin quite a while ago and we're recommending it in [Static Binaries](https://docs.soliditylang.org/en/latest/installing-solidity.html#static-binaries). solc-js, however, still uses the legacy `bin/` directory. We should switch...

medium effort
medium impact
must have
refactor

As a library, we are committed to supporting whole ranges of dependency versions to give the apps that use solc-js the most flexibility. However, we only really test with a...

medium effort
low impact
should have
testing :hammer:

We can have dependabot ping us when dependencies need to be updated. We have that enabled for security vulnerabilities but not for regular updates. See [Configuring Dependabot version updates](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates). This...

low effort
low impact
should have
testing :hammer:

When I render a cell state from within a different state of the same cell, Cells seems to remember the name of the state and uses it when I call...

I wanted to try out the framework but I'm getting an error immediately after installing it with `npm`: ```bash npm install eth-saddle npx saddle help ``` ``` Error: Cannot find...

~Depends on #14566.~ This adds "pass 3" as described in [Experimental Type System Notes](https://notes.ethereum.org/_OSmtx9aQAOHQXwa60IDsQ), which is responsible for collecting types of type class member functions. I also moved builtin class...

stale
experimental

The `soljson` binary that we include in the [`solc` npm package](https://www.npmjs.com/package/solc) differs from the one we include in the github releases and distribute in solc-bin. This makes it hard to...

bug :bug:
build system :building_construction:
solcbin
solcjs
medium effort
medium impact