Skip to content

Class flags #20

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

Merged
merged 3 commits into from
Jan 17, 2018
Merged

Class flags #20

merged 3 commits into from
Jan 17, 2018

Conversation

j8spencer
Copy link

I've noticed that when a class has sever super-classes (ImmutableListMultimap in my specific example) and one of those has the SC_WRITE_METHOD flag set, it does not get folded together so that custom object data gets read. OR-ing the flags together for all super-classes seems to address.

I've also changed the java byte-array unit test to test the output as a tuple of ints rather than a python bytestring.

Tested mostly under python 2.7, all UTs pass (though there's still a warning about 5 unused bytes coming from one of the tests.)

Updated Author attributions as well.

@coveralls
Copy link

coveralls commented Jan 17, 2018

Coverage Status

Changes Unknown when pulling 7b77e22 on classFlags into ** on master**.

@tcalmant tcalmant merged commit 9e91b6b into master Jan 17, 2018
@tcalmant
Copy link
Owner

Travis errors can be ignored: all are due to now unsupported interpreters (I'll commit a fix).
Unit tests are OK on Python 3.

@j8spencer j8spencer deleted the classFlags branch January 17, 2018 17:48
@coveralls
Copy link

coveralls commented Jan 17, 2018

Coverage Status

Changes Unknown when pulling 9f51d88 on classFlags into ** on master**.

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.

4 participants