-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[new release] uri, uri-sexp, uri-re and uri-bench (4.3.0) #23690
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also a missing (package uri-re)
in this part of the tests
#=== ERROR while compiling uri.4.3.0 ==========================================#
# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.09.1 | pinned(https://github.com/mirage/ocaml-uri/releases/download/v4.3.0/uri-4.3.0.tbz)
# path ~/.opam/4.09/.opam-switch/build/uri.4.3.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p uri -j 255
# exit-code 1
# env-file ~/.opam/log/uri-7-69c770.env
# output-file ~/.opam/log/uri-7-69c770.out
### output ###
# File "fuzz/dune", line 4, characters 16-22:
# 4 | (libraries uri uri-re crowbar)
# ^^^^^^
# Error: Library "uri-re" not found.
# -> required by _build/default/fuzz/fuzz.exe
# -> required by alias fuzz/runtest in fuzz/dune:2
# (cd _build/default/lib_test && ./test_runner.exe)
# ....................................................................................................................................................................................................................................................................................
# Ran: 276 tests in: 0.15 seconds.
# OK
CHANGES: * Add `Uri.Absolute_http`, an RFC9110-compliance specialization of a `Uri.t`. (mirage/ocaml-uri#164 mirage/ocaml-uri#162 @torinnd). * Add a `uri-bench` package for the benchmarking dependencies in this repository (mirage/ocaml-uri#166 @tmcgilchrist).
cb22f94
to
fac4cf9
Compare
Need to regenerate this source package with @kit-ty-kate 's fix in it. |
ping |
Any updates on this? |
This PR is not ready, at the same time, |
An RFC3986 URI/URL parsing library
CHANGES:
Uri.Absolute_http
, an RFC9110-compliance specialization of aUri.t
. (Introduce Absolute_http specialization mirage/ocaml-uri#164 More strongly-typed HTTP and HTTPS URIs mirage/ocaml-uri#162 @torinnd).uri-bench
package for the benchmarking dependencies in thisrepository (Setup uri-bench to build benchmarking code. mirage/ocaml-uri#166 @tmcgilchrist).