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 packed types with multi-byte tags by storing the last type read #67

Merged
merged 1 commit into from
Sep 29, 2016

Conversation

kjvalencik
Copy link
Collaborator

Resolves #66

@mourner mourner merged commit 75b1f91 into master Sep 29, 2016
@mourner mourner deleted the kv/packed-type-fix branch September 29, 2016 14:49
@@ -69,6 +69,25 @@ test('compiles packed proto3', function(t) {
t.end();
});

test('compiles packed proto3', function(t) {
var proto = resolve(path.join(__dirname, './fixtures/packed_proto3.proto'));
var NotPacked = compile(proto).NotPacked;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just realized I committed the wrong test. This doesn't actually test the bug.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sending a follow-up PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants