google / tf-quant-finance

High-performance TensorFlow library for quantitative finance.
Apache License 2.0
4.57k stars 581 forks source link

Month.md and month.md collide on case-insensitive filesystem #62

Closed luweizheng closed 2 years ago

luweizheng commented 3 years ago

Hi,

I have just cloned this project and find that Month.md and month.md in api_docs/tf_quant_finance/datetime/ collide on my macOS. I could not pull recent merges. The best solution is to reformat my local APFS filesystem. But I think reformatting filesystem seems not a good choice. I guess api_docs may be generated automatically. However, it would be nice if the api and the markdown file could change to another name. And it would benefit other developers who want to clone the project into their macOS filesystem.

Thanks!

cyrilchim commented 3 years ago

Hi,

Thanks for reporting this. I think you should still be able to compile the library as only api_docs folder is affected. You definitely should not reformat your drive because of this. I will update the api_doc generator to avoid name duplications.

Best, Cyril

cyrilchim commented 2 years ago

Could you please check if this is still an issue?

luweizheng commented 2 years ago

Could you please check if this is still an issue?

Thanks! I just re-clone the project. It seems to be ok now.

cyrilchim commented 2 years ago

Marking it as resolved