Skip to content

proto-map->clj-map doesnt convert to clj proto-maps when they are values of map #34

@sol-sh

Description

@sol-sh

when you have a proto of this type:


message AAA {
}

message BBB {
}
message Msg {
  AAA aaa = 1;
  map<string, BBB> bbb = 2; 
}

when you invoke proto-map->clj-map on Msg, it will convert Msg, & the inner AAA into clj maps
but it will keep all the values of bbb as proto-maps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions