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

Use a separate values index for booleans #97

Merged
merged 2 commits into from
Oct 27, 2017
Merged

Conversation

rmarianski
Copy link
Member

Connects to #96

This prevents collisions between boolean and integer values. In python:
1 == True and 0 == False. But, we don't want these to point to the same
value in the index table.

This prevents collisions between boolean and integer values. In python:
1 == True and 0 == False. But, we don't want these to point to the same
value in the index table.
@rmarianski
Copy link
Member Author

@iandees, @zerebubuth looks like travis is seg faulting for both python 2 and 3? Locally the tests run fine for me.

@rmarianski
Copy link
Member Author

I kicked off a build on master to check, which matches the v1.2.0 tag, and travis fails on that too. I'll merge this in, and I created another issue to track fixing the failure.

@rmarianski rmarianski merged commit 879569a into master Oct 27, 2017
@rmarianski rmarianski deleted the separate-bool-vals-idx branch October 27, 2017 13:46
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