-
Notifications
You must be signed in to change notification settings - Fork 52
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
v8.0.0 stabilization work #495
Comments
Increase minimum supported Rust version |
Make serde an optional dependency. |
I'm not sure if it's tracked somewhere else independently but I had to use It'd be nice to fix that before releasing 8.0. |
That will probably be fixed when #505 is merged. |
Hm... it doesn't seem so from my tests:
It gives me:
The commit referenced in the output is the same as in your PR... or maybe I'm holding it wrong somehow? 🤔 |
Hrmm that is not what I expected. Well we can rather easily determine where the problem lies by looking at the generated code and see if the type exists. |
It's interesting that the build works on the PR-level but fails here... totally not something I expected :/ |
It can be that I made a mistake so it always generates the bindings even when it should not. I will have to look into this. |
Thank you 🙏 |
Yup it is my mistake. Because I forgot to change a parameter in the test script that determines what flags to enable. So it will always generate bindings and never use the ones commited. |
Well... then it's quite funny because appending |
No, that is expected. Because in that PR all that is tested is that "generate-bindings" works. The code is never tested using the committed bindings due to my mistake. |
This should be fixed now. Please try again @wiktor-k |
I've updated via
And it still fails:
Interesting that it's just a one letter "typo" (S <-> U). :/ |
Hrmm I need to investigate this further. Why is this not failing in vi then. They use the committed bindings. What version is installed on the system you build? |
Are you able to reproduce building |
I am not sure when I will have time to look at it. But I will investigate. |
Wait a minute let me ask some people that for sure have plenty of time 😏 : @ionut-arm, @tgonzalezorlandoarm could you help check if you also get the same error as I do? Just follow this simple 3 step instruction: #495 (comment) |
@wiktor-k I'll take a look today :) |
So, I took a look:
I was able to have a successful build with:
Hope this helps? |
I'm adding a new task for the stabilization work: fixing the failing doc build. |
That thing is really strange. If I have understood things correctly then the |
This is a placeholder issue for all work that remains to be done towards a v8 release of
tss-esapi
.Please report below any requests for changes or features.
The text was updated successfully, but these errors were encountered: