-
Notifications
You must be signed in to change notification settings - Fork 176
Comparing changes
Open a pull request
base repository: jhump/protoreflect
base: v1.12.0
head repository: jhump/protoreflect
compare: v1.13.0
- 18 commits
- 87 files changed
- 6 contributors
Commits on Feb 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ea013d - Browse repository at this point
Copy the full SHA 2ea013dView commit details
Commits on Feb 24, 2022
-
reduce footprint of source info stuff
* gzip the source info to reduce the binary size a little bit * use a local var, not package var, so the raw bytes can be reclaimed by GC
Configuration menu - View commit details
-
Copy full SHA for f7f13ff - Browse repository at this point
Copy the full SHA f7f13ffView commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 59f2fed - Browse repository at this point
Copy the full SHA 59f2fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6774f04 - Browse repository at this point
Copy the full SHA 6774f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5603151 - Browse repository at this point
Copy the full SHA 5603151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd73d2 - Browse repository at this point
Copy the full SHA 1fd73d2View commit details
Commits on Apr 17, 2022
-
protoparse: fix panic in linker; handle synthetic oneofs (#512)
* add test to repro panic * add guard to prevent nil dereference panic * fix original source of panic: mishandling of synthetic oneofs
Configuration menu - View commit details
-
Copy full SHA for 438db46 - Browse repository at this point
Copy the full SHA 438db46View commit details
Commits on Jul 21, 2022
-
GO111MODULE env var is no longer useful in Makefile; also 'generate' …
…target needs to install protoc-gen-go (#517)
Configuration menu - View commit details
-
Copy full SHA for 87c1d5f - Browse repository at this point
Copy the full SHA 87c1d5fView commit details -
Remove dependency on grpc-go in internal/testprotos (#519)
* Cleanup CI config to use newer Go versions and newer circleci images * Use newer protoc plugins (separate for normal code vs. gRPC-related code) * Remove dependency on grpc-go in internal/testprotos by not generating gRPC stubs for that package * Copy testprotos.TestService into DummyService in grpc sub-package, since we no longer generate gRPC stubs for testprotos * Update tests to look for DummyService; fix other related errors that fall out of using new protoc grpc plugin Co-authored-by: bufdev <bufdev-github@buf.build>
Configuration menu - View commit details
-
Copy full SHA for 060cc04 - Browse repository at this point
Copy the full SHA 060cc04View commit details
Commits on Jul 26, 2022
-
protoparse: fix scoping issue for extendees and field type names; als…
…o fix articles in error messages (#520)
Configuration menu - View commit details
-
Copy full SHA for 25e6f5d - Browse repository at this point
Copy the full SHA 25e6f5dView commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 73d52db - Browse repository at this point
Copy the full SHA 73d52dbView commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc733da - Browse repository at this point
Copy the full SHA bc733daView commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7614117 - Browse repository at this point
Copy the full SHA 7614117View commit details
Commits on Aug 17, 2022
-
protoparse: enforce unique JSON names (#523)
- this is (strangely?) a case-insensitive check, just like protoc enforces - this enforces *default* JSON names don't conflict for proto3 files (even for fields that define a custom JSON name) - this also adds checks that custom JSON names don't conflict (unlike protoc) - this will only warn for proto2 files unless the issue is between conflicting *custom* names (JSON mapping was introduced in proto3, so not backwards compatible to fail due to default JSON names in proto2 files)
Configuration menu - View commit details
-
Copy full SHA for 3057e78 - Browse repository at this point
Copy the full SHA 3057e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4615d - Browse repository at this point
Copy the full SHA ab4615dView commit details
Commits on Aug 18, 2022
-
desc: avoid panic if descriptor proto has invalid type references (#525)
Co-authored-by: Evan do Carmo <carmo.evan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd98cc0 - Browse repository at this point
Copy the full SHA cd98cc0View commit details -
protoparse: match the way protoc populates aggregate values in uninte…
…rpreted options (#526)
Configuration menu - View commit details
-
Copy full SHA for 8dab444 - Browse repository at this point
Copy the full SHA 8dab444View commit details
Commits on Aug 22, 2022
-
protoprint: try to preserve printable unicode code points in output (#…
…529) Don't be so eager to resort to octal escapes. This makes the output readable for languages that use code points outside the 7-bit ASCII range. It also preserves use of other printable unicode symbols, including emoji.
Configuration menu - View commit details
-
Copy full SHA for bccb0aa - Browse repository at this point
Copy the full SHA bccb0aaView 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 v1.12.0...v1.13.0