Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

avsm
Copy link
Member

@avsm avsm commented Apr 19, 2023

An RFC3986 URI/URL parsing library

CHANGES:

Copy link
Member

@kit-ty-kate kit-ty-kate left a 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

packages/uri-bench/uri-bench.4.3.0/opam Outdated Show resolved Hide resolved
packages/uri/uri.4.3.0/opam Outdated Show resolved Hide resolved
packages/uri/uri.4.3.0/opam Outdated Show resolved Hide resolved
packages/uri-sexp/uri-sexp.4.3.0/opam Outdated Show resolved Hide resolved
packages/uri-re/uri-re.4.3.0/opam Outdated Show resolved Hide resolved
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).
@tmcgilchrist
Copy link
Contributor

Need to regenerate this source package with @kit-ty-kate 's fix in it.

@mseri
Copy link
Member

mseri commented Jun 1, 2023

ping

@smorimoto
Copy link
Member

Any updates on this?

@dinosaure
Copy link
Contributor

This PR is not ready, at the same time, 4.4.0 is ready to be released and it includes fixes found by @kit-ty-kate. Let's close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants