Results 397 comments of Florian Angeletti

I have at least added a description of the process that I followed for updating the reference to 5.0 in `tests/bundle_sync.ml` .

Applying more consistently `ocp-indent` could be a sensible cleanup. I am overall not really convinced by `ocamlformat`, at least for small projects.

Throwing a `Abort` exception and installing an exception handler in an executable sounds healthier indeed.

I am surprised that `astring` is using the `O( match_len * text_length)` algorithm. Do you know why?

I have pushed a commit 36bbd99fc88b which switch to the more complex version if the path separator is a full string (with room for optimisation if it is ever needed)....

@Julow confirmed to me offline that he was happy with the current state of the PR. What his your opinion @gasche as the green-tick guardian for this PR?

@gasche , do you still think we should revisit the issue now that we have revamped the handling of immediate?

This is most probably the sandboxing. The current opam file is not really usable: the aim was to have an olivine-vulkan package generated from the olivine library.

Ah, yes the current code only exits with esc: https://github.com/Octachron/olivine/blob/master/examples/triangle.ml#L75 that should be fixed indeed.