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

Fix C# copyright statements #561

Merged
merged 4 commits into from Jul 9, 2015

Conversation

jskeet
Copy link
Contributor

@jskeet jskeet commented Jun 30, 2015

(These are all relative to PR #560)

@anandolee

…e from Coded*Stream.

Prod code works, but some tests are broken. Obviously those need fixing, then more tests,
and review benchmarks.
This is mostly just making things internal instead of public, removing and reordering a bunch of code in CodedInputStream/CodedOutputStream, and generally tidying up.
Everything should now be consistent - the only difference between files is the year (aside from generated files).

Fixes issue protocolbuffers#531.
@jtattermusch
Copy link
Contributor

LGTM (but after #560 is merged).

@jskeet jskeet added the c# label Jul 9, 2015
jskeet added a commit that referenced this pull request Jul 9, 2015
@jskeet jskeet merged commit a249bbc into protocolbuffers:csharp-experimental Jul 9, 2015
@jskeet jskeet deleted the csharp-copyright branch July 10, 2015 10:25
taoso pushed a commit to taoso/protobuf that referenced this pull request Aug 1, 2018
A proto map entry is conceptually a message with two fields.
In the same way that unknown fields don't cause a parsing error,
map parsing should ignore unknown fields and tags.
Similarly, it treats a missing field as the zero value.

Fixes protocolbuffers#403
adellahlou pushed a commit to adellahlou/protobuf that referenced this pull request Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants