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

New Go module creation fails with invalid replace flag (format: A=B,C=D) #3006

Closed
jvmakine opened this issue Oct 7, 2024 · 0 comments · Fixed by #3010
Closed

New Go module creation fails with invalid replace flag (format: A=B,C=D) #3006

jvmakine opened this issue Oct 7, 2024 · 0 comments · Fixed by #3010
Assignees
Labels
bug Something isn't working

Comments

@jvmakine
Copy link
Contributor

jvmakine commented Oct 7, 2024

> ftl new go . alice
ftl: error: invalid replace flag (format: A=B,C=D): ""
@jvmakine jvmakine added the bug Something isn't working label Oct 7, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Oct 7, 2024
@ftl-robot ftl-robot mentioned this issue Oct 7, 2024
@matt2e matt2e self-assigned this Oct 7, 2024
@matt2e matt2e removed the triage Issue needs triaging label Oct 7, 2024
matt2e added a commit that referenced this issue Oct 7, 2024
fixes #3006
This was due to FTL trying to parse `""` as the format `A=B,C=D` and
failing when it didn't have any pairs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants