Lee Jarvis
Lee Jarvis
We have this https://github.com/mojombo/chronic/pull/113 which I'd love to have time to merge into the latest version of Chronic, but I think it needs some work
I'll be helping Eric and Tom to get up to date with Ruby 1.9. God is far from dead, it just needs lots of loving. Please remember though that Ruby...
Thanks for reporting. This is interesting, and definitely unexpected behaviour. I would consider it a bug of the internal API. I suspect it's happening because `Slop#option` is mutated at parse...
Yeah, I think we might be able to create something (only *slightly*) nicer using `initialize_copy`. I think `dup`'ing the options object on the Parser is probably a good idea, so...
Sorry this has taken so long. Not sure about adding a new option for this. Maybe we could incorporate them into the long option definitions? Since they can't be symbols...
The methods with question marks are not designed to return the `true` or `false` value of the option, but rather whether or not the option was present/used. I can see...
@apohllo Thanks for this, and apologies for the late reply. I took a quick look but I'm not a huge fan of passing the Slop instance into each option (you'll...
@apohllo Thanks. What if we store the error block into the config, and then push that config down into each of the options independently rather than the options instance itself?...
@apohllo Thanks for this, apologies for the delay. I'm generally happy with it and think it's almost ready to merge. I do have a comment about the test file though;...
@apohllo Fair comment if those tests helped build your implementation. Happy to merge once docs are up to date. Thanks!