ocaml-fileutils icon indicating copy to clipboard operation
ocaml-fileutils copied to clipboard

Results 19 ocaml-fileutils issues
Sort by recently updated
recently updated
newest added

We're seeing reports of an error with a backtrace that cannot be used because a subsequent `Unix.close` erases the original exception. See: https://github.com/savonet/liquidsoap/issues/3732 This PR makes the close silent and...

Indeed, testdata/test4.po and testdata/test4.po.bak ​​are exactly the same. When i revert the FileUtilCMP.ml to Streams version (through revert the commit 05bda6b48c6b51f14fce42478c57efedea581b8a ) - the error disappears. ```Error: Test ocaml-gettext:6:POT/PO file...

If a file name starts with a dot and doesn't have any more dots, `FilePath.get_extension` considers it a file with an empty name but with an extension. ``` utop #...

Current: Upon path not found, `rm` ignores the path and continues. Expect: Raise `Not_found` exception to `?error` handler.

__This feature request has been migrated from artifact #421 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2009-11-22 14:48:26: Thanks to Mikkel Fahnøe Jørgensen, we have a...

enhancement

__This feature request has been migrated from artifact #1313 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2013-08-20 22:54:43: Implement a Prune operator which if true will...

enhancement

__This feature request has been migrated from artifact #533 on forge.ocamlcore.org. It was assigned to [user100](https://forge.ocamlcore.org/users/user100).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2010-03-06 14:43:41: See POSIX definition

enhancement

__This feature request has been migrated from artifact #532 on forge.ocamlcore.org. It was assigned to [user100](https://forge.ocamlcore.org/users/user100).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2010-03-06 14:41:00: Have a cat function val cat : ('a...

enhancement

__This feature request has been migrated from artifact #414 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2009-11-22 14:44:17: It should be possible to replace ~ ->...

enhancement

__This feature request has been migrated from artifact #413 on forge.ocamlcore.org. It was assigned to [user102](https://forge.ocamlcore.org/users/user102).__ ## [user102](https://forge.ocamlcore.org/users/user102) posted on 2009-11-22 14:42:41: Python has a nice OS.Path module that do...

enhancement