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

case-sensitive paths on a case-insensitive filesystem #72

Closed
jj2023 opened this issue May 13, 2022 · 4 comments
Closed

case-sensitive paths on a case-insensitive filesystem #72

jj2023 opened this issue May 13, 2022 · 4 comments

Comments

@jj2023
Copy link

jj2023 commented May 13, 2022

when cloning, the following warning pops up:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

'api_docs/tf_quant_finance/datetime/Month.md'
'api_docs/tf_quant_finance/datetime/month.md'

@E8xE8xSO32
Copy link

The api-docs do require a case sensitive filesystem as :
tf_quant_finance/datetime/constants.py contains a class Months(..)
and
tf_quant_finance/datetime/periods.py contain a function months(n)

On a Mac you can create a case sensitive volume as described here:
https://coderwall.com/p/mgi8ja/case-sensitive-git-in-mac-os-x-like-a-pro

On windows (NTFS) I believe you can set individual folders to be case sensitive.
-P.

@cyrilchim
Copy link
Contributor

I've moved the period tensors to a separate module. Could you please check if you can install normally?

@jj2023
Copy link
Author

jj2023 commented Jun 2, 2022

no more warning during git clone. thanks.

@cyrilchim
Copy link
Contributor

Marking it as resolved. Please reopen, if needed

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

No branches or pull requests

3 participants