Rob Kennedy
Rob Kennedy
The current master branch exhibits the reported behavior on the code submitted by kamontat on October 18. Commit 9e98979087f0923ae222770d80fb25728c6914c2 doesn't fix it. Here's a smaller example that exhibits the same...
I've seen this a few times: ``` --- FAIL: TestServerServe (0.00s) server_test.go:148: Error Trace: server_test.go:148 Error: Not equal: expected: true actual : false Test: TestServerServe ``` On my RHEL and...
> Why not just implement a wrapped error type specifically for mage? That way version compatibility can be maintained Well, because my initial reaction was that "just" was doing quite...
I've just submitted a PR that I think would solve this. But @hborham, note that for your example to work the way you want, you'd need to remove the apostrophes...
There's nothing misconfigured. That's just how this library has been written to work. There's precedent for it; it's how the corresponding GNU function works when the `POSIXLY_CORRECT` environment variable is...