FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

added support for 'set' by FadyEssam · Pull Request #251 · boostorg/python · GitHub

added support for 'set' - #251

Open
FadyEssam wants to merge 2 commits into
boostorg:developfrom
FadyEssam:develop
Open

added support for 'set'#251
FadyEssam wants to merge 2 commits into
boostorg:developfrom
FadyEssam:develop

Conversation

Copy link
Copy Markdown

No description provided.

Comment thread include/boost/python/set.hpp Outdated
#include <boost/python/ssize_t.hpp>

namespace boost {
namespace python {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think all the mentioned issues are resolved now

Copy link
Copy Markdown
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 ?

Copy link
Copy Markdown
Member

There are still a few pieces of build infrastructure missing:

Copy link
Copy Markdown
Author

done, Thanks for the guidance

Comment thread src/set.cpp
}
else
{
this->attr("discrad")(x);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

there's a typo here

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL