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
i am trying to get a for loop over a dict (not a list)
is there some best-practice function that would e.g. unfold dict.keys() to a visitable list ?
snapcraft.yaml.template:24:10: 'Expression' object has no attribute 'visited': $_.epackages[$_.version][$_.name].keys() Finished with errors.
thanks in advance
The text was updated successfully, but these errors were encountered:
Iterating over arrays resulting of expressions has not been considered, unfortunately...
Can you submit a PR illustrating your expectation in test/samples? If it is not too complex, we might invest time to tackle this.
Sorry, something went wrong.
No branches or pull requests
i am trying to get a for loop over a dict (not a list)
is there some best-practice function that would e.g. unfold dict.keys() to a visitable list ?
thanks in advance
The text was updated successfully, but these errors were encountered: