We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm hitting this error in the gen_record functions of src/compilerlib/pb_codegen_encode_yojson.ml and src/compilerlib/pb_codegen_decode_yojson.ml.
gen_record
src/compilerlib/pb_codegen_encode_yojson.ml
src/compilerlib/pb_codegen_decode_yojson.ml
It seems that maps in general, including of scalar types like map <string,string> aren't implemented for Yojson I/O yet.
map <string,string>
The text was updated successfully, but these errors were encountered:
Yes this is the line that would need to provide the implementation for instance:
ocaml-protoc/src/compilerlib/pb_codegen_encode_yojson.ml
Line 209 in b62a4d5
Sorry, something went wrong.
No branches or pull requests
I'm hitting this error in the
gen_record
functions ofsrc/compilerlib/pb_codegen_encode_yojson.ml
andsrc/compilerlib/pb_codegen_decode_yojson.ml
.It seems that maps in general, including of scalar types like
map <string,string>
aren't implemented for Yojson I/O yet.The text was updated successfully, but these errors were encountered: