-
Notifications
You must be signed in to change notification settings - Fork 196
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
Regression in yarp_add_idl behaviour in YARP 3.3.0 w.r.t 3.2 #2142
Comments
Interestingly, the project compiles fine for the development 3.2.10* YARP versions before PR #2136 , thanks to the workaround added in https://github.com/robotology/wearables/pull/65/files . |
Is it using I reverted some changes to See also this comment |
Sorry, it is using |
I suggest to revert robotology/wearables#65 |
Ok, I guess we can try, but just to clarify: the current master branch of |
But did it compile with YARP 3.2 without those changes? |
Yes. |
reverting the PR seems to fix the compilation problem (robotology/wearables#71). |
I do not know if #1092 is related. |
It is not clear why this is necessary, see: * robotology/yarp#1092 * robotology/yarp#2142 However, the new style (without the prepended "thrift") seems to be working fine on both YARP 3.3 and master, so given that iDynTree 1.0 now requires YARP 3.3 as the minimum version, I think it is ok to just fix the issue by removing the "thrift" directory.
@traversaro @lrapetti sorry, I don't remember if we decided something regarding this issue... Did we decide to fix it or leave it like it is now? |
I think that the regression (i.e. the change of behaviour) is indeed there, but we already fixed our downstream projects and it is related to a corner case, so I think we can simply close the issue. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Clone the repo https://github.com/robotology/wearables (that depends just on YARP), configure and build it.
The compilation fails with:
Expected behavior
The compilation should be succssful.
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration (please complete the following information):
Additional context
This is the same content of #2118 (comment), I just opened a new issue to have a better visibility.
In https://github.com/robotology/robotology-superbuild/runs/332925188 you can find an example of failed CI run.
The text was updated successfully, but these errors were encountered: