Skip to content

repeated fields of scalar numeric types wasn't decoded as packed in proto3 #81

@zombieyang

Description

@zombieyang
syntax="proto3";
message struct{
    int32 a=1;
    repeated int32 b=2;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions