Conversation
JJ
left a comment
There was a problem hiding this comment.
As a change, it's OK, but I think the underlying code should be refactored so that every name and list is in a constant, so that we don't have to change it in many places going forward.
|
I agree with you wrt refactoring the code. However, should the |
It most probably should... |
|
Unfortunately, I think the Travis tests will still fail (I'm getting test failures about the |
JJ
left a comment
There was a problem hiding this comment.
First one is just nitpick, but you should really check the second; the changed code is slightly different. Might be this one is better, which is why I approve; but please check it any way, just in case.
a4a8544 to
b3d1b51
Compare
|
@JJ many thanks for your comments and feedback! It's refreshing to have someone review my patches so closely! |
b3d1b51 to
6375510
Compare
To the point that documentation is mission-critical, this module is an essential part of that mission, so I guess it pays off to check out pull requests. Which, BTW, I really appreciate. |
The name of the
templatedirectory was changed totemplatesin44e524d, which was incorrect as discussed in #120. This commit fixes
issue #120 by using the singular form for this directory name and hence
fixes the test error being seen in
t/101-cli.t.