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

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

Open
sol-sh opened this issue May 7, 2024 · 0 comments

Comments

@sol-sh
Copy link
Contributor

sol-sh commented May 7, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant