You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually this is the error you get when a feature is missing the info.yaml file:
"dictionary changed size during iteration" is misleading imo because nothing changed at runtime, but the feature without info.yaml is not counted.
the screenshot you posted happened when I actually had a cyclic graph by accident, my suggestion would be that the output should say which feature causes that cycle if possible.
Situation: In https://github.com/gardenlinux/ostree-image-builder I have a subset of the gardenlinux repo and wanted to sync my copy with upstream. I don't include all features, and one of the features I removed was the 'sap' feature as it is not needed. But this is declared in the info.yaml of the server feature. This led to the "dictionary changed size during iteration" message.
fixes#22
If a feature references a non existing featute,
then the builder should exit with an error message telling
the user that this feature does not exist.
fixes#22
If a feature references a non existing featute,
then the builder should exit with an error message telling
the user that this feature does not exist.
What would you like to be added:
An error message that tells the developer that the
info.yaml
is missing for a given feature.Why is this needed:
@fwilhe thanks for reporting
The text was updated successfully, but these errors were encountered: