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

Fix Codegen on Windows #1253

Merged
merged 4 commits into from
Aug 21, 2023
Merged

Fix Codegen on Windows #1253

merged 4 commits into from
Aug 21, 2023

Conversation

frandiox
Copy link
Contributor

Closes #1196

The absolute path passed to the Codegen CLI on Windows was like C:/Users/.../project, and for some reason, the drive letter was making it fail with git ls-tree -r --name-only C.
Removing the letter fixes it but here I'm reverting the code back to using relative paths instead.

The rest of the changes are just to make it possible to build the CLI package on Windows.

@frandiox frandiox merged commit 46d5f8f into 2023-07 Aug 21, 2023
10 checks passed
@frandiox frandiox deleted the fd-codegen-win-fix branch August 21, 2023 13:41
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

Successfully merging this pull request may close these issues.

[Codegen] Unable to load the file tree from git: Error: Command failed: git ls-tree -r --name-only C
2 participants