Replies: 1 comment 4 replies
-
I think this is better suited for discussions. The filenames are actually used as part of the testcase generation process (each field is part of the password, etc. for example, and the file is a vanilla file out of geth and friends), so it would be extra effort to change that, which I don’t really have the time for now. But I plan to move testcase generation out of the repo into its own in v6. What is the length restriction? You should able to clone it into a non-encrypted volume for now, or possibly configure the name length in your file system? Although, in my experience, those are often compile-time restrictions and require rebuilding the entire fs module after modifying some #defines. :s |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
OS:
Ubuntu 21.04 x64
git version:
2.30.2
Problem
In a folder in my home directory (
/home/USER/...
):Attempted Workaround
$ git config --global core.longpaths true $ git clone git@github.com:ethers-io/ethers.js.git
Fails for same reason
Working Workaround
My home directory is encrypted, I'm assuming that is limiting file name lengths.
Expected
Would be nice if the file names for the testdata (and potentially other dirs/files) could be shortened so this repo can be cloned on file systems with more limited file name lengths.
Seemed based on repo issue creation template that this was more appropriate for Discussion, happy to create an issue as well.
Beta Was this translation helpful? Give feedback.
All reactions