You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the Filename component of Core has been (mostly) migrated into Core_kernel. However, while trying to use it under Windows, I noticed that it is actually not portable at all. In particular, forward slashes are expected everywhere. Fixing this requires actually pretty deep changes. Are you aware of this issue?
The text was updated successfully, but these errors were encountered:
Indeed. That module in its current state would perhaps be better named Posix_filename. We'd be happy to consider PRs on fixing this to make it more portable, if people would be interested in contributing. We don't have a lot of in-house expertise on using OCaml on Windows, so we're not well placed to get the semantics of filenames just right.
I'm unfortunately not an expert either... I noticed that Daniel has done a lot of work related to filenames in Fpath (https://github.com/dbuenzli/fpath), this may be the way to go to get something portable.
In the meantime, a comment regarding portability would be great indeed 😄
I noticed that the
Filename
component of Core has been (mostly) migrated into Core_kernel. However, while trying to use it under Windows, I noticed that it is actually not portable at all. In particular, forward slashes are expected everywhere. Fixing this requires actually pretty deep changes. Are you aware of this issue?The text was updated successfully, but these errors were encountered: