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] tar (4 packages) (2.6.0) #24371

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

reynir
Copy link
Contributor

@reynir reynir commented Sep 7, 2023

Decode and encode tar format files in pure OCaml

CHANGES:

CHANGES:

- Add eio backend for tar in `tar-eio` (@patricoferris, review by @talex5, @reynir, mirage/ocaml-tar#132)
- Also apply backwards compatibility fix when GNU LongName is used.
  The compatibility fix is unfortunately also applied for unknown-to-ocaml-tar link indicators (reported by @gravicappa in mirage/ocaml-tar#129, @reynir, mirage/ocaml-tar#133)
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08.0"}
"eio" {>= "0.10.0" & < "0.12"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it already known to break for eio 0.12 or newer?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like it:

       > File "eio/tar_eio.mli", line 23, characters 57-72:
       > 23 | val get_next_header : ?level:Tar.Header.compatibility -> Eio.Flow.source ->
       >                                                               ^^^^^^^^^^^^^^^
       > Error: The type constructor Eio.Flow.source expects 1 argument(s),
       >        but is here applied to 0 argument(s)

@mseri
Copy link
Member

mseri commented Sep 7, 2023

Thanks!

@mseri mseri merged commit 62c9cbe into ocaml:master Sep 7, 2023
@reynir reynir deleted the release-tar-v2.6.0 branch September 8, 2023 05:27
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.

3 participants