-
Notifications
You must be signed in to change notification settings - Fork 31
Merge from v0.8.26 #92
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
Merge from v0.8.26 #92
Conversation
Set version to 0.8.26
…lection struct Use const ref to input string instead of incurring the cost of copying the input string
…all-optimization Fix passing of string input parameter to Enable method of DebugInfoSelection struct
Drop Ubuntu Lunar Lobster from distribution list in PPA scripts
Signed-off-by: InventiveCoder <[email protected]>
Install eldarica on ubuntu base images and osx machines
Bump Ubuntu docker images to support eldarica
SMTChecker: Add command-line test for Eldarica
…gotorg#14958) unexpected implicit conversions
It isn't "the only possibility for public contract function arguments" since version 0.6.9, as mentioned in the second "Note" of https://docs.soliditylang.org/en/v0.8.24/types.html#data-location
Co-authored-by: Nikola Matić <[email protected]>
…ddability [buildsystem] Improve solidity embeddability.
…-images Install Eldarica on Ubuntu Clang images
…s sequence repetition bugfix
…e-changelog Add the missing changelog entry for the new default optimizer sequence
…tarball-script Remove json-cpp from create source tarball script.
Add header include for docker builds.
Update PPA release script.
Signed-off-by: hydai <[email protected]>
…space_std Remove `using namespace std` from testing tools, ossfuzz and yulPhaser
Update license template.
…for-namespace-std-check Remove included directories check for using std
…SyntaxTests Add `stopAfter` setting to syntax tests
…0-8-26 Set release date for 0.8.26
Set version to 0 8 27
…ion-to-0-8-27 Revert "Set version to 0 8 27"
# Conflicts: # libevmasm/Instruction.cpp # libevmasm/Instruction.h # libsolidity/analysis/GlobalContext.cpp # libsolidity/ast/TypeProvider.cpp # scripts/docker/buildpack-deps/Dockerfile.emscripten # scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz
|
Thank you for your contribution to the Solidity compiler! A team member will follow up shortly. If you haven't read our contributing guidelines and our review checklist before, please do it now, this makes the reviewing process and accepting your contribution smoother. If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the #solidity-dev channel on Matrix. |
CodeNinjaEvan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is a PR merging Ethereum v0.8.26 code. And resolved a merge issue.
This PR also removes the buildpack-deps workflow from GitHub.