-
Notifications
You must be signed in to change notification settings - Fork 0
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
More descriptive error messages #3
Comments
ok I got it. after adding it to the config.yml it started to work. Not sure if a better error message could indicate what exactly isn't working. |
Vad1mo
changed the title
undefined method `[]' for nil:NilClass
More descriptive error messages
Aug 9, 2017
mssola
added a commit
that referenced
this issue
Aug 10, 2017
A user reported a crash when you perform `cfg.enabled?("something.another")` and `something` is a key that doesn't exist. The fix for this has been to implement a proper general algorithm for nested cases. Moreover, I've updated the Gemfile.lock file, since it was still accounting for the 1.0.0 version... Fixes #3 Signed-off-by: Miquel Sabaté Solà <[email protected]>
mssola
added a commit
to mssola/Portus
that referenced
this issue
Aug 11, 2017
This release includes some fixes that users have already faced. See SUSE#1379 See mssola/cconfig#3 Signed-off-by: Miquel Sabaté Solà <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure but I thing this error I see now in Portus has something to do with cconfig. However I can't figure out what exactly it is.
Error
undefined method `[]' for nil:NilClass
The text was updated successfully, but these errors were encountered: