-
Notifications
You must be signed in to change notification settings - Fork 38
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
MacOS issues reported in #455 #456
Conversation
e6952dc
to
d2aad61
Compare
I cloned the repository from this branch: everything compiled without errors! |
Ok, great. I think what’s left now is to add unit tests for macOS… |
adbcf2c
to
9907304
Compare
612739f
to
607115f
Compare
Fall back to previous implementation 1a17261 in this case.
9296e25
to
a62ab3f
Compare
No idea really why mbsrtowcs isn't working as expected. I've added another one-liner implementation for macOS now. Some deprecation warnings have been silenced, which is ok for now. pg_virtualenv tests on a real database instance are currently disabled, since that tool seems to be unavailable on macOS. Maybe this could be addressed in another PR. |
By the way, thanks for the GH action file. I've cherry picked your commit, so that you're officially listed as contributor for this repo now. |
Fixes #455