Skip to content

Conversation

yuvalbar
Copy link

@yuvalbar yuvalbar commented Nov 8, 2017

This PR allows PyMSSQL to compile on PyPy. It is based on this PR: #309. I rebased the branch on the current master and made the changes requested in the linked PR to ensure it compiles properly.

@yuvalbar
Copy link
Author

yuvalbar commented Nov 8, 2017

Tests seem to be failing since this is a PR from a fork, but I validated it builds successfully on my machine.

@yuvalbar
Copy link
Author

@damoxc @ramiro Just pinging in case you missed this. What do we need to do to get this merged?

@rsyring
Copy link
Contributor

rsyring commented Nov 13, 2017

@yuvalbar, please see: #516

@yuvalbar
Copy link
Author

@rsyring I created a native branch with all the changes in this repo to check if the build passes. If it does, I'll merge it - unless you have any objections. https://travis-ci.org/pymssql/pymssql/jobs/301628701

*/
#ifndef PyByteArray_Check
#define PyByteArray_Check(self) (0)
#endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would like to see a newline at the end of each file.

@rsyring
Copy link
Contributor

rsyring commented Nov 13, 2017

@yuvalbar could we update CI so that we are also doing a test run with PyPI?

@yuvalbar yuvalbar added this to the 2.1.4 milestone Nov 13, 2017
@rsyring
Copy link
Contributor

rsyring commented Nov 13, 2017

@yuvalbar Thanks. Did the tests get updated to run these changes? Do you just want to create a new PR with the native branch so we can see the tests results in the PR?

@yuvalbar
Copy link
Author

Closed in favor of #517

@yuvalbar yuvalbar deleted the support-pypy branch November 13, 2017 22:07
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.

3 participants