juancastillo0 / leto

Dart GraphQL server libraries. Utilities, code generator, examples and reference implementation.
https://juancastillo0.github.io/leto/
MIT License
38 stars 6 forks source link

Git clone on the repo fails on windows because filenames contain ':' #4

Closed wellers closed 2 years ago

wellers commented 2 years ago

I've been using the repo by adding dependency_overrides in my pubspec.yaml as suggested in this Issue https://github.com/juancastillo0/leto/issues/3.

My primary OS is Windows 10.

Because they contain a colon, the "Validation: ..." json files located in https://github.com/juancastillo0/leto/tree/main/leto_schema/test/validation/scenarios cause git clone to fail.

This is because a colon is an invalid character for a Windows filename.

juancastillo0 commented 2 years ago

Hi, thanks for the issue! I think the last couple of commits should fix this, I already tested it in a Windows machine. Please let me know if it isn't working for you or if there is more I can help you with.

wellers commented 2 years ago

Hi, thanks for the quick response.

The updates to those files has now fixed the issue.