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

Fix python bindings compilation when toml is not installed #700

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

GiulioRomualdi
Copy link
Member

@GiulioRomualdi GiulioRomualdi commented Jul 6, 2023

Introduced by #698

@GiulioRomualdi GiulioRomualdi self-assigned this Jul 6, 2023
@GiulioRomualdi GiulioRomualdi added the bugfix Fix a critical bug in the existing code label Jul 6, 2023
Copy link
Collaborator

@traversaro traversaro left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project are documented in this file.

## [unreleased]
### Fixed
- Fix python bindings compilation when toml is not installed (https://github.com/ami-iit/bipedal-locomotion-framework/pull/700)
Copy link
Collaborator

Choose a reason for hiding this comment

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

We never released a bugged version, so I am not sure if you want to include this in the CHANGELOG.

Copy link
Member Author

Choose a reason for hiding this comment

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

the version 0.14.0 contains the bug :(

Copy link
Member Author

Choose a reason for hiding this comment

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

@cmakeiftarget BipedalLocomotion::ParametersHandler && BipedalLocomotion::ParametersHandlerYarpImplementation
bindings::ParametersHandler::CreateTomlModule(parametersHandlerModule);
@endcmakeiftarget BipedalLocomotion::ParametersHandler && BipedalLocomotion::ParametersHandlerYarpImplementation

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah right I was confusing this change with the CMake files change.

@GiulioRomualdi GiulioRomualdi merged commit 87345b5 into master Jul 6, 2023
@GiulioRomualdi GiulioRomualdi deleted the fix/toml_bindings branch July 6, 2023 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix a critical bug in the existing code 🐍 bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants