Anders Peter Fugmann
Anders Peter Fugmann
I honestly don't know how to do this, but I welcome PRs to reduce the list of dependencies when/if the unix module is not available. Maybe with zealous use if...
It seems to be the library `base` which pulls `dune-configurator`. I see there exists libraries `ppx_expect_nobase` and `ppx_inline_test_nobase` which 🤞 would not pull in unix. I've created a branch [andersfugmann/nobase](https://github.com/andersfugmann/ocaml-protoc-plugin/tree/andersfugmann/nobase)....
I pushed some updates to the branch, which would be nice to know if works. It should seamlessly prioritize ppx_expect_nobase over ppx_expect, but it's somewhat untested. If HEAD of the...
~~I understand the challenge when doing x-compilation using dune. I really dont know how it's supposed to work, but there may be a problem with the dune rules referencing build...
I've pushed an additional commit to try and use the host implementation when building the google types. Let me know if that works. It could be extended to tests as...
Come think of it - Of course tests that are executed on the host, should use the host binaries :-) I've amended the commit, and as far as I can...
I think it should be possible without too many foundational changes. An EIO implementation need to provide an implementation of ```Aws_s3.Types.Io```. I have not tried, but I had success doing...
I've started working on this (https://github.com/andersfugmann/aws-s3/tree/andersfugmann/eio) I've run into a few challenges: * There does not seem to be a http streaming library for EIO that supports * Eio needs...
Thanks for providing examples. `file_descriptor` proto can be quite large, and is only needed for gRPC. I dont think that should be included by default. Would it make sense to...
> It's difficult to achieve that in some cases. `protoc` invokes plugins multiple times with different target protos, and these plugin processes run independently. That said, it might be possible...