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: emty replace flag is allowed in ftl new go #3010

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

matt2e
Copy link
Collaborator

@matt2e matt2e commented 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.

@matt2e matt2e requested a review from alecthomas as a code owner October 7, 2024 02:54
@matt2e matt2e requested review from a team, safeer and jvmakine and removed request for a team October 7, 2024 02:54
@ftl-robot ftl-robot mentioned this pull request Oct 7, 2024
@matt2e matt2e merged commit 08a1de5 into main Oct 7, 2024
98 checks passed
@matt2e matt2e deleted the matt2e/fix-go-replace branch October 7, 2024 03:13
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.

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