Skip to content

Issues: ethereum/solidity

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Benchmark diff calculation broken in c_ext_benchmarks bug 🐛 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. testing 🔨
#15138 opened May 23, 2024 by cameel
CI run with minimum versions of dependencies low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. should have We like the idea but it’s not important enough to be a part of the roadmap. testing 🔨
#15136 opened May 23, 2024 by cameel
Bytecode compare runs with two-stage compilation medium effort Default level of effort medium impact Default level of impact must have Something we consider an essential part of Solidity 1.0. testing 🔨
#15063 opened Apr 26, 2024 by cameel 0.8.29
ICE on non-unique function names in functionSideEffects tests when constructing Yul call graph bug 🐛 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. testing 🔨
#14703 opened Nov 27, 2023 by bshastry
Use the IR compilation pipeline in all CLI tests low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. testing 🔨
#14547 opened Sep 7, 2023 by cameel
isoltest strips failAfter directive from ASTJSON tests when it reformats them bug 🐛 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. testing 🔨
#14093 opened Apr 5, 2023 by cameel
[soltest] Unable to test functions accepting fixed bytes types shorter than 32 bytes bug 🐛 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. should compile without error Error is reported even though it shouldn't. Source is fine. testing 🔨
#13989 opened Feb 20, 2023 by cameel
Check for reuse of old error/warning codes low effort There is not much implementation work to be done. The task is very easy or tiny. medium impact Default level of impact must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. needs design The proposal is too vague to be implemented right away testing 🔨
#13545 opened Sep 20, 2022 by frangio
Stylecheck script fails on MacOS bug 🐛 good first issue candidate Could be a "good first issue" but something is blocking it or it has open questions. low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. testing 🔨
#13492 opened Sep 6, 2022 by reubenr0d
Homebrew formula broken since 0.8.10 bug 🐛 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort must have Something we consider an essential part of Solidity 1.0. testing 🔨
#13153 opened Jun 15, 2022 by cameel
Support Yul objects in yulopti good first issue candidate Could be a "good first issue" but something is blocking it or it has open questions. low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. stale The issue/PR was marked as stale because it has been open for too long. takeover Can be taken over by someone other than label giver testing 🔨
#12856 opened Mar 24, 2022 by cameel
Refine enforce gas cost min value threshold behaviour in isoltest low effort There is not much implementation work to be done. The task is very easy or tiny. medium impact Default level of impact must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. testing 🔨
#12527 opened Jan 13, 2022 by ekpyron
Check Randomness in Phaser Tests bug 🐛 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. should have We like the idea but it’s not important enough to be a part of the roadmap. testing 🔨
#12488 opened Jan 4, 2022 by ekpyron
soltest should look for VM shared libraries in a location relative to the test directory bug 🐛 low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. testing 🔨
#11614 opened Jul 5, 2021 by cameel
[isoltest] Allow empty input (even when expected) in TestFileParser bug 🐛 good first issue candidate Could be a "good first issue" but something is blocking it or it has open questions. low impact Changes are not very noticeable or potential benefits are limited. medium difficulty testing 🔨
#10591 opened Dec 14, 2020 by axic
splitSources.py can't handle invalid UTF-8 sequences bug 🐛 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort nice to have We don’t see a good reason not to have it but won’t go out of our way to implement it. testing 🔨
#9710 opened Aug 31, 2020 by cameel
Verify and potentially increase test coverage for inheritance and function calls. low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. testing 🔨
#8437 opened Mar 6, 2020 by ekpyron
[SMTChecker] Rerun tests from Solc-Verify medium effort Default level of effort medium impact Default level of impact must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. smt testing 🔨
#8145 opened Jan 15, 2020 by leonardoalt
Support nested objects for Yul tests. low effort There is not much implementation work to be done. The task is very easy or tiny. low impact Changes are not very noticeable or potential benefits are limited. must have eventually Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it. testing 🔨
#8143 opened Jan 15, 2020 by chriseth
[isoltest] Formatting should support strings longer than 32 bytes bug 🐛 low impact Changes are not very noticeable or potential benefits are limited. medium effort Default level of effort should compile without error Error is reported even though it shouldn't. Source is fine. should have We like the idea but it’s not important enough to be a part of the roadmap. testing 🔨
#7197 opened Aug 7, 2019 by erak
ProTip! no:milestone will show everything without a milestone.