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 broken tests #96

Merged
merged 1 commit into from
Mar 10, 2019
Merged

Conversation

slam
Copy link
Contributor

@slam slam commented Mar 9, 2019

One of the transitive dependencies (protocol-buffers-schema) got
upgraded, causing some of the compile tests to break, most notably
with this message:

Fields of type MessageType cannot be declared [packed=true]. Only
repeated fields of primitive numeric types (types which use the
varint, 32-bit, or 64-bit wire types) can be declared "packed". See
https://developers.google.com/protocol-buffers/docs/encoding#optional

Remove the MessageType enum and use int32 in its place.

The new version of protocol-buffers-schema also changed how enums are
represented in json, breaking another test.

One of the transitive dependencies (protocol-buffers-schema) got
upgraded, causing some of the compile tests to break, most notably
with this message:

    Fields of type MessageType cannot be declared [packed=true]. Only
    repeated fields of primitive numeric types (types which use the
    varint, 32-bit, or 64-bit wire types) can be declared "packed". See
    https://developers.google.com/protocol-buffers/docs/encoding#optional

Remove the MessageType enum and use int32 in its place.

The new version of protocol-buffers-schema also changed how enums are
represented in json, breaking another test.
@mourner mourner merged commit 2378766 into mapbox:master Mar 10, 2019
@slam slam deleted the update-for-protocol-buffers-schema branch March 10, 2019 06:56
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