Open Igor-Pchelko opened 4 years ago
Looks like the issue is similar to the: https://github.com/pact-foundation/pact-ruby-standalone/issues/37
But in my case the base directory was __R&D
.
And self contained pact can't resolve the path on OSX with symbol &
.
May be it's related to the issue with path on OSX: https://github.com/phusion/traveling-ruby/pull/94 ?
Yes, the bug looks correct. I don't know how to get that change into our codebase however. We might have to do some dirty hacks. We're in the process of moving off the Travelling Ruby package however, and replacing it with a Rust shared library. Would you be able to use a different directory in the meantime?
Yep, sure.
@bethesque - would this diff be the workaround we'd need?
https://github.com/expo/expo-cli/commit/920bb1a68abfca57f553693ea06b54b045d95ea6
Pre issue-raising checklist
I have already:
Software versions
Expected behaviour
./pact-mock-service --help start
Should return help information.Actual behaviour
./pact-mock-service --help start
returns error.