Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/windows #12

Merged
merged 11 commits into from
Feb 22, 2017
Merged

Fix/windows #12

merged 11 commits into from
Feb 22, 2017

Conversation

mefellows
Copy link
Member

Windows binds differently to network devices it seems, so we need to deal with it. Additionally, flags passed out to external commands need to be passed as individual slice elements, they can't be bundled.

This feature makes the following changes:

  • New flags -a and -n on the daemon command to specify the address to listen on (e.g. 127.0.0.1) and network (tcp, tcp6, tcp4) respectively
  • Ability to specify this Address in the Pact DSL (e.g. `dsl.Pact{Address: "localhost"}
  • Specifies flags to Mock Service and Verifier individually

Fixes #9.

@mefellows mefellows merged commit 01b2fed into master Feb 22, 2017
@mefellows mefellows deleted the fix/windows branch February 22, 2017 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant