-
Notifications
You must be signed in to change notification settings - Fork 14
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
directories dependency does not work on Windows #27
Comments
Well, that's too bad because I remember we switched to |
https://v3.ocaml.org/p/xdg/latest/doc/index.html works in both Windows and Unix. |
wouldn't |
No, it has no runtime dependencies ... just like I will send you a PR. |
xdg.3.4.0 was the first version to have good Windows defaults. It should be the same configuration directory on Linux but not Windows (which was never working) and not macOS. macOS used to be $HOME/Library/Application Support/<project_path> where <project_path> was qualifier.organization.application (org.sanette.bogue). Fixes sanette#27
* Switch [directories] to [xdg] to work on Windows xdg.3.4.0 was the first version to have good Windows defaults. It should be the same configuration directory on Linux but not Windows (which was never working) and not macOS. macOS used to be $HOME/Library/Application Support/<project_path> where <project_path> was qualifier.organization.application (org.sanette.bogue). Fixes #27 * Use // for consistency
The last version of bogue pulled in the
directories
package. The problem is that package does not work on Windows: OCamlPro/directories#14That's stuck because
xdg
has become the standard (its logic has made its way into the ocaml compiler for profile calculation). And the authors don't have access to a Windows machine.Thoughts?
The text was updated successfully, but these errors were encountered: