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] fileutils (0.6.5) #27185

Closed
wants to merge 3 commits into from

Conversation

gildor478
Copy link
Member

API to manipulate files (POSIX like) and filenames

CHANGES:

Fixed

  • cmp returns None when comparing two identical files and add some tests for
    that. (thanks to jamesjer).
  • require OCaml > 4.14, which is now the default in Debian stable.

CHANGES:

### Fixed

- `cmp` returns None when comparing two identical files and add some tests for
  that. (thanks to jamesjer).
- require OCaml > 4.14, which is now the default in Debian stable.
@gildor478
Copy link
Member Author

Summary of failures from opam-ci:

  • tezos-baking-alpha.16.0: The test is taking more than XX seconds
  • tezos-baking-017-PtNairob.17.3: unexpected injection on the node A, level = 1 / round = 2
  • ppx_rapper_lwt.3.1.0, ppx_rapper_lwt.3.0.0, ppx_rapper_async.3.1.0, ppx_rapper_async.3.0.0: some diff test failing in File "test/ppx/test.expected.ml", line 1
  • tar-mirage.2.0.0: Failed to get sources of io-page.2.3.0
  • orrandomForest.3.0.0: [ERROR] The installation of orrandomForest failed at "R CMD BATCH install_randomForest.r".
  • oplsr.8.0.1: [ERROR] The installation of oplsr failed at "R CMD BATCH install_pls.r".
  • octez-protocol-alpha-libs.19.0: the test is taking longer than 60 seconds
  • octez-protocol-018-Proxford-libs.19.1, octez-protocol-018-Proxford-libs.18.0: unexpected injection on the node A, level = 1 / round = 2
  • octez-protocol-017-PtNairob-libs.18.1: unexpected injection on the node A, level = 4 / round = 0
  • mlmpfr.* The compilation of mlmpfr.4.0.2 failed at "./test_installed".
  • links-mysql.0.9.8: mysql8_stubs.c:221:3: error: unknown type name 'bool' and mysql8_stubs.c:192:32: error: 'MYSQL_OPT_SSL_MODE' undeclared (first use in this function); did you mean 'MYSQL_OPT_SSL_CRL'?
  • lilv.0.1.0: Fatal error: exception Dl.DL_error("./inspect.exe: undefined symbol: lilv_node_free")
  • libssh.0.1: Stream.of_channel in oasis's setup.ml
  • libirmin.*: Cancelling: Timeout (120.0 minutes)
  • hacl-star.0.1.1, hacl-star.0.1: Fatal error: exception Failure("[Hacl.ECDSA Test 1] Failure: Verification")
  • dream.*: Error: Library "dream-httpaf.dream-websocketaf" not found.
  • docteur.0.0.1: test_zeropage.c:39:5: error: array subscript 0 is outside array bounds of 'uint64_t[0]' {aka 'long unsigned int[]'} [-Werror=array-bounds] (score = 30)
  • cca.*: Installation of cca.0.7 failed / Some files in /home/opam/.opam/4.14/.opam-switch/install/cca.install couldn't be installed:
  • bap-ghidra.*: lib/bap_ghidra/ghidra_disasm.cpp:10:10: fatal error: ghidra/loadimage.hh: No such file or directory
  • FPauth-strategies.1.0.0: exception Dl.DL_error("./unit.exe: undefined symbol: argon2_type2string")
  • FPauth-responses.1.0.0: File "src/http/dune", line 21, characters 2-32: dream-httpaf.dream-websocketaf
  • FPauth-core.1.0.0: File "src/http/dune", line 21, characters 2-32: dream-httpaf.dream-websocketaf

Overall, I don't think they have anything to do with fileutils directly.

depends: [
"ocaml" {>= "4.14"}
"base-unix"
"stdlib-shims"
Copy link
Contributor

Choose a reason for hiding this comment

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

Are stdlib-shims and seq needed for OCaml 4.14? I think they are needed only for very old OCaml versions?

Copy link
Member Author

Choose a reason for hiding this comment

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

I have removed them.

@gildor478
Copy link
Member Author

Dropped in favor of v0.6.6

@gildor478 gildor478 closed this Dec 28, 2024
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.

2 participants