-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add an experimental feature to directly encode #254
Open
j6carey
wants to merge
13
commits into
master
Choose a base branch
from
direct-encoding
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Aug 17, 2024
-
Add an experimental feature to directly encode
...without using intermediate data structures. Also add --stringType as a preferred spelling of --string-type, and fix a bug in the encoding of packed "sint32" fields that harmed forward compatibility with "sint64" and increased message sizes.
Configuration menu - View commit details
-
Copy full SHA for 79b54a0 - Browse repository at this point
Copy the full SHA 79b54a0View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e11657 - Browse repository at this point
Copy the full SHA 8e11657View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d3ed3 - Browse repository at this point
Copy the full SHA 69d3ed3View commit details
Commits on Sep 3, 2024
-
Greater polymorphism in direct encoding
...at the expense of some ambiguity in the type parameters of classes. Also expand test coverage.
Configuration menu - View commit details
-
Copy full SHA for 729652b - Browse repository at this point
Copy the full SHA 729652bView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7e3342 - Browse repository at this point
Copy the full SHA e7e3342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326e107 - Browse repository at this point
Copy the full SHA 326e107View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 201f0b0 - Browse repository at this point
Copy the full SHA 201f0b0View commit details -
Forward compatibility with proto3 optional fields.
Also reorganize Repetition and rename Encoding to MessageEncoding.
Configuration menu - View commit details
-
Copy full SHA for 40daea5 - Browse repository at this point
Copy the full SHA 40daea5View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e98c42f - Browse repository at this point
Copy the full SHA e98c42fView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0347c7d - Browse repository at this point
Copy the full SHA 0347c7dView commit details -
Add explicit compiler errors when fields are not found.
Previously we would be left with unreduced type family applications instead.
Configuration menu - View commit details
-
Copy full SHA for d01cbf8 - Browse repository at this point
Copy the full SHA d01cbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc39ca - Browse repository at this point
Copy the full SHA fbc39caView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6da89f8 - Browse repository at this point
Copy the full SHA 6da89f8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.