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

Bugfix/windows compatible sockets #272

Merged

Conversation

kirklg
Copy link
Contributor

@kirklg kirklg commented Mar 20, 2016

This PR proposes a solution for reported issue #265. I forgot to add Windows support, these changes make the appropriate checks to fill in the use.Socket attributes according to the platform hug is being executed on.

  • Improves tests to support Windows and other style changes.
  • Adds the ability to use use.Socket in a Windows environment, previous emergency bugfix does not declare use.Socket if AF_UNIX is not a valid socket attribute.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f983532 on kirklg:bugfix/windows_compatible_sockets into 9eff2c6 on timothycrosley:develop.

@kirklg
Copy link
Contributor Author

kirklg commented Mar 20, 2016

Windows build failed, @timothycrosley I know the windows config is still being developed :).

@timothycrosley
Copy link
Collaborator

LGTM,

Thanks for getting this resolved so quickly!

Thanks!

~Timothy

timothycrosley added a commit that referenced this pull request Mar 20, 2016
@timothycrosley timothycrosley merged commit 429ad08 into hugapi:develop Mar 20, 2016
@kirklg kirklg deleted the bugfix/windows_compatible_sockets branch March 21, 2016 05:38
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.

None yet

3 participants