We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)
code
import freeflowuniverse.crystallib.installers.something.${args.name}
if args.name given it will still output
import freeflowuniverse.crystallib.installers.something.@{args.name}
import freeflowuniverse.crystallib.installers.something.aname
see above
No response
latest
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.
The text was updated successfully, but these errors were encountered:
WIP vlang#22231
81487c5
parser: fix .${var} used in a template, compiled by $tmpl() (fix #…
.${var}
$tmpl()
3115796
…22231) (#22270)
Successfully merging a pull request may close this issue.
Describe the bug
v template small bug something.${name}, will not work (because of . in front)
Reproduction Steps
code
if args.name given it will still output
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.
The text was updated successfully, but these errors were encountered: