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

pref: fix unintended file extensions in default output names #19745

Merged
merged 4 commits into from
Nov 3, 2023

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented Nov 2, 2023

Fixes #19727

🤖 Generated by Copilot at fdf35c8

Fix output file name generation for inputs with dots. Replace dots with underscores in the base name of the input file before adding the output extension.

🤖 Generated by Copilot at fdf35c8

  • Replace dots with underscores in input file base name to avoid output file extension conflicts (link)

vlib/v/pref/default.v Outdated Show resolved Hide resolved
@spytheman spytheman merged commit e34e063 into vlang:master Nov 3, 2023
52 of 53 checks passed
@ttytm ttytm deleted the pref/fix-default-out-name branch May 7, 2024 10:38
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.

Compiling foo.c.v chooses wrong output name and type.
2 participants