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

Add ExprTk package #9355

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Add ExprTk package #9355

merged 1 commit into from
Feb 28, 2022

Conversation

ArashPartow
Copy link
Contributor

No description provided.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@ArashPartow
Copy link
Contributor Author

@prince-chrismc / @lasote : Would either of you know how I should go about assigning reviewers to this PR? or does it happen automatically?

@SSE4
Copy link
Contributor

SSE4 commented Feb 12, 2022

@prince-chrismc / @lasote : Would either of you know how I should go about assigning reviewers to this PR? or does it happen automatically?

yes, bot automatically assigns reviewers from time to time

cmake.build()

def test(self):
if not tools.cross_building(self.settings):
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if not tools.cross_building(self.settings):
if not tools.cross_building(self):

self.settings is not invalid parameter for cross_building() now.
Please use self.

Copy link
Contributor Author

@ArashPartow ArashPartow Feb 12, 2022

Choose a reason for hiding this comment

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

Made the suggested change.


712 if not tools.cross_building(self):
498 if not tools.cross_building(self.settings):

@conan-center-bot
Copy link
Collaborator

All green in build 4 (b9b6e1155eacaf70ea53b419402595417df5bffe):

  • exprtk/0.0.1@:
    All packages built successfully! (All logs)

@prince-chrismc
Copy link
Contributor

Would either of you know how I should go about assigning reviewers to this PR? or does it happen automatically?

We have some docs with more details https://github.com/conan-io/conan-center-index/blob/master/docs/review_process.md#getting-your-pull-request-reviewed.

Let me know if it's hard to find, we can try finding a better place of better key words to search!

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.

6 participants