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

Added Windows support #3

Merged
merged 9 commits into from Jan 3, 2019
Merged

Added Windows support #3

merged 9 commits into from Jan 3, 2019

Conversation

matt-farmer
Copy link
Contributor

This gommap implementation is a dependency in liftbridge and we needed the server to be able to run on windows.
We've added windows support, and the map has been tested in lift bridge and works well for us.
Our fork with details of the windows implementation can be found at nsip-fork, along with references to all the other prior-art packages we investigated to put this patch together.
This PR contains a test file for windows, but tests will fail on a non-windows build machine.

matt-farmer and others added 9 commits November 28, 2018 14:58
added windows support, see github.com/nsip/gommap for details.
runs same tests as gommap_test.go for the windows implementation. Does not test Advise() or IsResident() methods as not currenlty implemented.
Tests will fail on non-windows build machine.
The relative import causes dep to fail and the tests were not properly
building due to OS packaging issues.
Remove relative import and fix tests
@tysonmote
Copy link
Owner

@matt-farmer Awesome -- thanks!

@tysonmote tysonmote merged commit 104b103 into tysonmote:master Jan 3, 2019
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