-
Notifications
You must be signed in to change notification settings - Fork 69
Fix build for angstrom 0.14.0 #384
New issue
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
Conversation
|
angstrom 0.14.0 is out on OPAM now, might be worth to re run the CI. |
I think we can use |
Add ~consume:Prefix argument to parse_string and parse_bigstring. This achieves the old behavior of the two functions.
Rebased to change that. Was a bit worried this might cause problems because of your comment in |
Yes, it's another issue but it should be fine, thanks. I will prepare a release of |
Awesome :) |
Sorry for the delay. |
CHANGES: - Move to `encoder.0.5` (mirage/ocaml-git#393, @dinosaure) - Move to `angstrom.0.14.0` (mirage/ocaml-git#384, @sternenseemann) - Add missing Time argument to `Resolver_mirage.Make_with_stack` (mirage/ocaml-git#389, @talex5) - Fix .ocamlformat file (mirage/ocaml-git#389, @talex5) - Enlarge internal buffer used to parse Git object (mirage/ocaml-git#389, @dinosaure) - Update README.md (mirage/ocaml-git#383, @dinosaure) - Use `mirage-crypto` instead `nocrypto` (mirage/ocaml-git#382, @hannesm) - Add constraint on `dune` package (@kit-ty-kate)
CHANGES: - Move to `encoder.0.5` (mirage/ocaml-git#393, @dinosaure) - Move to `angstrom.0.14.0` (mirage/ocaml-git#384, @sternenseemann) - Add missing Time argument to `Resolver_mirage.Make_with_stack` (mirage/ocaml-git#389, @talex5) - Fix .ocamlformat file (mirage/ocaml-git#389, @talex5) - Enlarge internal buffer used to parse Git object (mirage/ocaml-git#389, @dinosaure) - Update README.md (mirage/ocaml-git#383, @dinosaure) - Use `mirage-crypto` instead `nocrypto` (mirage/ocaml-git#382, @hannesm) - Add constraint on `dune` package (@kit-ty-kate)
CHANGES: - Move to `encoder.0.5` (mirage/ocaml-git#393, @dinosaure) - Move to `angstrom.0.14.0` (mirage/ocaml-git#384, @sternenseemann) - Add missing Time argument to `Resolver_mirage.Make_with_stack` (mirage/ocaml-git#389, @talex5) - Fix .ocamlformat file (mirage/ocaml-git#389, @talex5) - Enlarge internal buffer used to parse Git object (mirage/ocaml-git#389, @dinosaure) - Update README.md (mirage/ocaml-git#383, @dinosaure) - Use `mirage-crypto` instead `nocrypto` (mirage/ocaml-git#382, @hannesm) - Add constraint on `dune` package (@kit-ty-kate)
Add
~consume:Prefix
argument toparse_string
andparse_bigstring
.This achieves the old behavior of the two functions.