Replies: 3 comments 1 reply
-
I would consider that to be a bug, and thus amenable to a breaking change :-). |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, what should be the behavior of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just so that I don't forget, this behavior was mention here ocaml-containers/src/core/CCIO.mli Line 186 in a127e13 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The function
CCIO.File.read_dir
list directory ifrecurse
isfalse
but does not ifrecurse
istrue
. That's quite a surprising behavior. Maybe we should just split into another function to have the second behavior.Beta Was this translation helpful? Give feedback.
All reactions