#97 ✓resolved
bahuvrihi

unlucky 13 character config name

Reported by bahuvrihi | September 3rd, 2008 @ 11:17 PM

13-character config names cause an unusual 'can't convert nil into String' error, evidently caused within OptParse.


# Sample::manifest run checks
class Sample < Tap::Task
  config :abcdefghijklm, ""
end

  % tap run -- sample --help

Will raise this error. Adding a comment after config is a workaround. I think this also has to do with the awful presentation of long config names by OptParse.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

A framework for making configurable, file-based tasks and workflows.

People watching this ticket

Tags

Referenced by

Pages