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

Add error message when the package_sets part in the manifest is not an Array #405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

planthaber
Copy link
Member

When the package_sets part in the manifest file in malformed like this (missing dash before github):

package_sets:
   github: rock-core/package_set

Only a cryptic error message is displayed without reference to the manifest file: local_package_set.rb:93:in concat': no implicit conversion of Hash into Array (TypeError)`

This adds a proper message that points to the source of the problem: local_package_set.rb:90:in raw_description_file': The package_sets field in your manifest file is not an array, check your YAML syntax (SyntaxError)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant