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

v template small bug something.${name}, will not work (because of . in front) #22231

Closed
despiegk opened this issue Sep 16, 2024 · 0 comments · Fixed by #22270
Closed

v template small bug something.${name}, will not work (because of . in front) #22231

despiegk opened this issue Sep 16, 2024 · 0 comments · Fixed by #22270
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@despiegk
Copy link
Contributor

despiegk commented Sep 16, 2024

Describe the bug

v template small bug something.${name}, will not work (because of . in front)

Reproduction Steps

code

import freeflowuniverse.crystallib.installers.something.${args.name}

if args.name given it will still output

import freeflowuniverse.crystallib.installers.something.@{args.name}

Expected Behavior

import freeflowuniverse.crystallib.installers.something.aname

Current Behavior

see above

Possible Solution

No response

Additional Information/Context

No response

V version

latest

Environment details (OS name and version, etc.)

osx

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@despiegk despiegk added the Bug This tag is applied to issues which reports bugs. label Sep 16, 2024
esquerbatua added a commit to esquerbatua/v that referenced this issue Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant