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
Which generator version are you using?
build-generator 0.34.16 asdf 3.3.1 SBCL 2.1.8
What did you do?
Setting a variable to empty Strings "" or " " makes variables that reference this NIL
""
" "
projects/broken.project:
projects/broken.project
foo: 1 bar: 2 baz: | # foo ${foo} # bar ${bar}
distributions/broken.distribution:
distributions/broken.distribution
- name: broken version: master parameters: foo: "" …
Same with empty string e.g. " "
Which behavior did you expect?
baz: | # foo # bar 2
What happened instead?
baz: NIL
The text was updated successfully, but these errors were encountered:
scymtym
No branches or pull requests
Which generator version are you using?
What did you do?
Setting a variable to empty Strings
""
or" "
makes variables that reference this NILprojects/broken.project
:distributions/broken.distribution
:Same with empty string e.g.
" "
Which behavior did you expect?
What happened instead?
The text was updated successfully, but these errors were encountered: