openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[BUG] Path names are too long on windows, breaks workflow

Open 0xNF opened this issue 1 year ago • 0 comments

Using the current master commit 7e87b5d109193ef764cc5ebe7cc08204333f0344 with PowerShell, the files under python-experimental are too long too be processed. This makes working with the repo difficult.

PS ~\projects\experiments\openapi\openapi-generator> git stash

(error: lstat("samples/openapi3/client/3_0_3_unit_test/python-experimental/test/test_paths/test_request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/__init__.py"): Filename too long)

0xNF avatar Sep 18 '22 03:09 0xNF