Anders Peter Fugmann
Anders Peter Fugmann
I do vaguely remember some discussions about escape sequences, but forgot the details. Looking briefly at the PR, I cannot help to wonder if `ocamllex` + `menhir` would be better...
I have not tested against 5.0.0 trunk, but as `StdInt` package requires ocaml < 5.0.0 the zmq package cannot be installed. I do not know why compilation complains about missing...
Did you manage to re-test? The PR to remove dependency on StdInt has been merged which allows building on ocaml 5.0.0. I'm planning a new release later this week, so...
Awesome. Thanks for verifying!
@Leonidas-from-XIV, It would be great if you could review this PR, so I shamelessly assigned you as reviewer
Verified on a 32 bit architecture: The default max message size reports `-1` in ocaml, and is read in the c-stub as `0xffffffff`. Setting max message size to `-1` and...
> I am a bit confused. On one hand, it is nice to remove a dependency (especially one that we haven't used much since converting from a 63-bit int to...
@Leonidas-from-XIV Gentle ping
Thanks for reviewing and merging. I will prepare a new release later this week.
Thanks for the report. The challenge is that proto files are named based on their filename and not path, hence `temporal/api/enums/v1/workflow.proto` is expected to be compiled into a `Message.ml` module,...