-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Comparing changes
Open a pull request
base repository: protocolbuffers/protobuf
base: v3.18.0
head repository: protocolbuffers/protobuf
compare: v3.18.1
- 13 commits
- 58 files changed
- 4 contributors
Commits on Sep 22, 2021
-
Update ruby_generator.cc to allow proto2 imports in proto3 (#9003)
* Update ruby_generator.cc to allow proto2 imports in proto3, with updated unit tests * Update Makefile.am with new ruby_generated_code_proto2_import.proto * Fix ruby_generator unit test to use temporary test directory for imported protos * Add test for imported proto2 to ruby/tests * Fix proto_path, restore to ../src/protoc, and fix/cleanup unit test. * Rename Proto2TestMessage to TestImportedMessage for consistency, for ruby compiler tests
Configuration menu - View commit details
-
Copy full SHA for 740c4b0 - Browse repository at this point
Copy the full SHA 740c4b0View commit details
Commits on Sep 24, 2021
-
Add python-requires in setup.py (#8989)
* Add python-requires in setup.py * Update setup.py
Configuration menu - View commit details
-
Copy full SHA for 2fffff8 - Browse repository at this point
Copy the full SHA 2fffff8View commit details -
Fix dist install test by ensuring that we use Python 3 (#9011)
* Fix dist install test by ensuring that we use Python 3 Now that we have dropped Python 2 support, we need to make sure this install test uses Python 3. * Update Docker image to install Python 3 version of setuptools * Run pip3 instead of pip
Configuration menu - View commit details
-
Copy full SHA for 151e632 - Browse repository at this point
Copy the full SHA 151e632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8396f - Browse repository at this point
Copy the full SHA 5e8396fView commit details
Commits on Sep 25, 2021
-
Merge pull request #9023 from haberman/dyn-msg-perf-fix
Performance fix for DynamicMessage: force GetRaw() to be inlined.
Configuration menu - View commit details
-
Copy full SHA for bf8d7f0 - Browse repository at this point
Copy the full SHA bf8d7f0View commit details
Commits on Sep 30, 2021
-
Update dist_install test to work around Python issue
googletest uses a Python script in its build which is not compatible with Python 3. Unfortunately we can't easily upgrade googletest right now, so this commit works around the problem by putting a python symlink pointing to Python 2 in the $PATH.
Configuration menu - View commit details
-
Copy full SHA for 0e7a35f - Browse repository at this point
Copy the full SHA 0e7a35fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0333cb7 - Browse repository at this point
Copy the full SHA 0333cb7View commit details -
It appears that this extra conditional in travis-test.sh is no longer necessary, and in fact we need to avoid using a custom version of OpenSSL since that is causing its own error.
Configuration menu - View commit details
-
Copy full SHA for 55b0e11 - Browse repository at this point
Copy the full SHA 55b0e11View commit details -
I am hoping this will fix the error we are getting as described here: rvm/rvm#5014
Configuration menu - View commit details
-
Copy full SHA for 5378c9a - Browse repository at this point
Copy the full SHA 5378c9aView commit details -
Merge pull request #9021 from acozzette/cherry-pick-fixes
Cherry-pick fixes for 3.18.1
Configuration menu - View commit details
-
Copy full SHA for bfc4c34 - Browse repository at this point
Copy the full SHA bfc4c34View commit details
Commits on Oct 1, 2021
-
Avoid installing anything from Homebrew in test runs (#9043)
Installing and upgrading Homebrew packages is taking quite a lot of time (around 20-30 minutes) for each run. This commit removes all Homebrew usage from the test runs. Homebrew may have been necessary at some point in the past, but now it appears that everything works without it. The preinstalled build tools seem to be sufficient for building protoc, and Ruby is something we already get from rvm.
Configuration menu - View commit details
-
Copy full SHA for aeb624d - Browse repository at this point
Copy the full SHA aeb624dView commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 40f6669 - Browse repository at this point
Copy the full SHA 40f6669View commit details
Commits on Oct 5, 2021
-
Update protobuf version to 3.18.1 (#9051)
* Update protobuf version * Update PHP release notes in package.xml
Configuration menu - View commit details
-
Copy full SHA for 0dab03b - Browse repository at this point
Copy the full SHA 0dab03bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.18.0...v3.18.1