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

added support for 'set' #251

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

FadyEssam
Copy link

No description provided.

#include <boost/python/ssize_t.hpp>

namespace boost {
namespace python {
Copy link
Member

Choose a reason for hiding this comment

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

please reformat the patch to use two spaces as indentation, rather than eight.

Copy link
Author

Choose a reason for hiding this comment

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

I think all the mentioned issues are resolved now

@stefanseefeld
Copy link
Member

Given the similarities with other Python types, perhaps you can guess what build logic needs to be added ? (Have a look at build/Jamfile).
Similarly, perhaps you could clone some of the logic from test/dict.* to come up with a test for set ?

@stefanseefeld
Copy link
Member

There are still a few pieces of build infrastructure missing:

@FadyEssam
Copy link
Author

done, Thanks for the guidance

}
else
{
this->attr("discrad")(x);

Choose a reason for hiding this comment

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

there's a typo here

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