Skip to content

[new release] tar (4 packages) (2.6.0)#24371

Merged
mseri merged 1 commit intoocaml:masterfrom
reynir:release-tar-v2.6.0
Sep 7, 2023
Merged

[new release] tar (4 packages) (2.6.0)#24371
mseri merged 1 commit intoocaml:masterfrom
reynir:release-tar-v2.6.0

Conversation

@reynir
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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