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

mingw32_HOST_OS support #252

Open
moodmosaic opened this issue Feb 15, 2020 · 1 comment
Open

mingw32_HOST_OS support #252

moodmosaic opened this issue Feb 15, 2020 · 1 comment

Comments

@moodmosaic
Copy link

Prelude

@jacobstanley wrote recently this article that became popular in the property-testing community, combining hedgehog, test data that has foreign key references, and tmp-postgres (among others).

I've put up an example repo with the source code from the article, and the only issue I've found is that
tmp-postgres won't build under Windows (mingw32_HOST_OS) because of the unix dependency.


Is it worth trying @pmlodawski's signal or similar to have tmp-postgres compile also on Windows? If that turns out to be realistic, would you accept a pull request?

As far as I can tell, tmp-postgres relies on unix mostly (if not only) for stopping the Postgres process.

@jfischoff
Copy link
Owner

I'll accept a pull request. I have not done this because I don't have a windows machine myself.

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

No branches or pull requests

2 participants