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

RDoc parser error in 0.56.0 for alpine.rb (Ruby 2.6.7) #327

Open
maunzCache opened this issue May 10, 2021 · 0 comments
Open

RDoc parser error in 0.56.0 for alpine.rb (Ruby 2.6.7) #327

maunzCache opened this issue May 10, 2021 · 0 comments

Comments

@maunzCache
Copy link

Happens to me when i run gem kitchen-ansible --force with Ruby ruby 2.6.7p197 (2021-04-05 revision 67941) [x86_64-linux]

Before reporting this, could you check that the file you're documenting
has proper syntax:

  /home/USER/.rvm/rubies/ruby-2.6.7/bin/ruby -c lib/kitchen/provisioner/ansible/os/alpine.rb

RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.

The internal error was:

	(NoMethodError) undefined method `[]' for nil:NilClass

ERROR:  While executing gem ... (NoMethodError)
    undefined method `[]' for nil:NilClass

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

No branches or pull requests

1 participant