Anders Peter Fugmann

Results 40 comments of Anders Peter Fugmann

I will try to implement a solution. Currently the parameter `ocaml_out` is assumed to be a directory, and in this case the system will produce one file per input files....

This feature is planned for version 5.1 (with 5.0 being eminent). See https://github.com/andersfugmann/ocaml-protoc-plugin/issues/4

Solved by https://github.com/andersfugmann/ocaml-protoc-plugin/issues/7. Closing

Should be noted that this is solved in repo https://github.com/andersfugmann/ocaml-protoc-plugin

I've merged https://github.com/issuu/ocaml-protoc-plugin/pull/50 which adds extra fields to the generated service struct which should allow you to implement generic functions as discussed in https://github.com/issuu/ocaml-protoc-plugin/pull/49. The changes are included in [release...

Superseded by https://github.com/github/codeql/pull/16907. Closing.

Looks like exactly what we need for this! Great work. I'll hold off implementation until the dune 3.16 is released and leverage this.

I think its impossible. In terms of effort its _huge_ even to try to accomplish this. There a too many corner-cases that would make the type names less predictable and...

Its of course possible to create a flat type mapping. What I meant was that its (almost) impossible given the current architecture of the plugin - as well as very...

> But my question remains: Whats the motivation for this? >> Essentially, think about a typical Abstract Syntax Tree (AST) for a programming language, where each construct with its metadata...