Michael Diamond

Results 134 comments of Michael Diamond

@thammegowda note that the [Javadoc for `StringArrayOptionHandler`](http://args4j.kohsuke.org/apidocs/org/kohsuke/args4j/spi/StringArrayOptionHandler.html) indicates this is expected behavior: > All of [these examples] result in a single string array that contains three tokens: `banan`, `hruska`, and...

Following up here. Is there anything I could do to help? I'd love to see the improvements to args4j made more readily accessible.

That's great, but the big giant "download" link on the homepage doesn't point to the maven repository. Additionally, the download links include javadoc and source releases, which I don't see...

@jeffwidman what are next steps here? The trailing comma behavior is clearly a bug, if there's other changes in this PR you're unsure about let me know and I can...

Why not just declare a function instead of an alias? They're more reliable and don't require escaping strings: ``` error_msg() { error_msg_func "${BASH_SOURCE[0]}" "${LINENO}" } ```

This might be a bug in "Git Bash for windows" (I don't know what that is). BATS runs just fine via both [WSL ](https://msdn.microsoft.com/en-us/commandline/wsl) and Cygwin. I'd suggest using one...

> I honestly think the bug I fixed is going to happen on any environment I can imagine that being true, but empirically it works fine on Linux, Cygwin, WSL,...

I'm pretty sure the failure is related to your PR - the [master branch](https://travis-ci.org/sstephenson/bats/branches) is passing (though admittedly it's old), and I don't see that error in other recent PRs....