Skip to content
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

Bump Google.Protobuf from 3.7.0 to 3.15.0 in /src/AElf.Concurrency.Worker #3314

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps Google.Protobuf from 3.7.0 to 3.15.0.

Release notes

Sourced from Google.Protobuf's releases.

Protocol Buffers v3.15.0

Protocol Compiler

  • Optional fields for proto3 are enabled by default, and no longer require the --experimental_allow_proto3_optional flag.

C++

  • MessageDifferencer: fixed bug when using custom ignore with multiple unknown fields
  • Use init_seg in MSVC to push initialization to an earlier phase.
  • Runtime no longer triggers -Wsign-compare warnings.
  • Fixed -Wtautological-constant-out-of-range-compare warning.
  • DynamicCastToGenerated works for nullptr input for even if RTTI is disabled
  • Arena is refactored and optimized.
  • Clarified/specified that the exact value of Arena::SpaceAllocated() is an implementation detail users must not rely on. It should not be used in unit tests.
  • Change the signature of Any::PackFrom() to return false on error.
  • Add fast reflection getter API for strings.
  • Constant initialize the global message instances
  • Avoid potential for missed wakeup in UnknownFieldSet
  • Now Proto3 Oneof fields have "has" methods for checking their presence in C++.
  • Bugfix for NVCC
  • Return early in _InternalSerialize for empty maps.
  • Adding functionality for outputting map key values in proto path logging output (does not affect comparison logic) and stop printing 'value' in the path. The modified print functionality is in the MessageDifferencer::StreamReporter.
  • Fixed protocolbuffers/protobuf#8129
  • Ensure that null char symbol, package and file names do not result in a crash.
  • Constant initialize the global message instances
  • Pretty print 'max' instead of numeric values in reserved ranges.
  • Removed remaining instances of std::is_pod, which is deprecated in C++20.
  • Changes to reduce code size for unknown field handling by making uncommon cases out of line.
  • Fix std::is_pod deprecated in C++20 (#7180)
  • Fix some -Wunused-parameter warnings (#8053)
  • Fix detecting file as directory on zOS issue #8051 (#8052)
  • Don't include sys/param.h for _BYTE_ORDER (#8106)
  • remove CMAKE_THREAD_LIBS_INIT from pkgconfig CFLAGS (#8154)
  • Fix TextFormatMapTest.DynamicMessage issue#5136 (#8159)
  • Fix for compiler warning issue#8145 (#8160)
  • fix: support deprecated enums for GCC < 6 (#8164)
  • Fix some warning when compiling with Visual Studio 2019 on x64 target (#8125)

Python

  • Provided an override for the reverse() method that will reverse the internal collection directly instead of using the other methods of the BaseContainer.
  • MessageFactory.CreateProtoype can be overridden to customize class creation.

... (truncated)

Commits
  • ae50d9b Update protobuf version
  • 8260126 Update protobuf version
  • c741c46 Resovled issue in the .pb.cc files
  • eef2764 Resolved an issue where NO_DESTROY and CONSTINIT were in incorrect order
  • 0040102 Updated collect_all_artifacts.sh for Ubuntu Xenial
  • 26cb6a7 Delete root-owned files in Kokoro builds
  • 1e924ef Update port_def.inc
  • 9a80cf1 Update coded_stream.h
  • a97c4f4 Merge pull request #8276 from haberman/php-warning
  • 44cd75d Merge pull request #8282 from haberman/changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.7.0...v3.15.0)

---
updated-dependencies:
- dependency-name: Google.Protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 16, 2022
@vizipi
Copy link

vizipi bot commented May 16, 2022

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

Reviewers with knowledge related to these changes

Match % Person Commit Count Common Files
100.00 % EanCuznaivy 9 2
50.00 % ZhangXin 7 1
50.00 % gldeng 7 1
50.00 % Stephen01Zhang 2 1
50.00 % jason-hoopox 2 1
50.00 % zhifenglee-portkey 2 1

Potential missing files from this Pull request

files commonly committed with a subset of this pr, but not committed this time. (click to collapse)
FilePercentilerate
src/AElf.Kernel.Types/AElf.Kernel.Types.csproj71.43 %5 out of 7 times
...src/AElf.Runtime.CSharp.ExecutiveTokenPlugin/AElf.Runtime71.43 %5 out of 7 times
src/AElf.OS.Core/AElf.OS.Core.csproj71.43 %5 out of 7 times
src/AElf.Runtime.CSharp/AElf.Runtime.CSharp.csproj71.43 %5 out of 7 times
src/AElf.OS.Network.Grpc/AElf.OS.Network.Grpc.csproj71.43 %5 out of 7 times
...src/AElf.Runtime.CSharp.Core/AElf.Runtime.CSharp.Core.csp71.43 %5 out of 7 times
src/AElf.Cryptography/AElf.Cryptography.csproj71.43 %5 out of 7 times
...test/AElf.Contracts.Genesis.Tests/AElf.Contracts.Genesis.71.43 %5 out of 7 times
src/AElf.CrossChain.Core/AElf.CrossChain.Core.csproj71.43 %5 out of 7 times
...test/AElf.Contracts.TokenConverter.Tests/AElf.Contracts.T71.43 %5 out of 7 times

Committed file ranks

(click to expand)
  • 97.51%[src/AElf.Types/AElf.Types.csproj]
  • 56.96%[src/AElf.Concurrency.Worker/AElf.Concurrency.Worker.csproj]
  • @vizipi vizipi bot requested review from EanCuznaivy, zhxymh, jason-aelf and hzz780 May 16, 2022 17:57
    @codecov
    Copy link

    codecov bot commented May 16, 2022

    Codecov Report

    Merging #3314 (de2a412) into dev (91eed51) will not change coverage.
    The diff coverage is n/a.

    Impacted file tree graph

    @@           Coverage Diff           @@
    ##              dev    #3314   +/-   ##
    =======================================
      Coverage   92.95%   92.95%           
    =======================================
      Files         610      610           
      Lines       22981    22981           
      Branches     1878     1878           
    =======================================
      Hits        21363    21363           
      Misses       1446     1446           
      Partials      172      172           

    @dependabot @github
    Copy link
    Author

    dependabot bot commented on behalf of github Jun 7, 2022

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    4 similar comments
    @dependabot @github
    Copy link
    Author

    dependabot bot commented on behalf of github Jun 16, 2022

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    @dependabot @github
    Copy link
    Author

    dependabot bot commented on behalf of github Nov 26, 2022

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    @dependabot @github
    Copy link
    Author

    dependabot bot commented on behalf of github Nov 26, 2022

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    @dependabot @github
    Copy link
    Author

    dependabot bot commented on behalf of github Dec 1, 2022

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    @vizipi vizipi bot requested review from Stephen01Zhang and removed request for EanCuznaivy December 26, 2022 19:34
    @dependabot @github
    Copy link
    Author

    dependabot bot commented on behalf of github Dec 26, 2022

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    @vizipi vizipi bot requested review from rosona and gldeng April 9, 2023 03:38
    @dependabot @github
    Copy link
    Author

    dependabot bot commented on behalf of github Apr 9, 2023

    Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

    @vizipi vizipi bot requested a review from zhifenglee-aelf July 7, 2023 03:49
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants