-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support bincopy > 17.10 (issues with test_elftosb_mbi.py) #38
Comments
Although, we don't support (test!) Arch Linux, I see the benefit of migrating to bincopy 17.10. |
Thanks for the reply!
In general these are things that can be tested in a CI pipeline (e.g. here on github) which attempts to build and test against the latest available versions of the respective dependencies or even on specific operating systems. This way it is easy to stay on top of things and fix regressions early (without the need to pin on minor version releases or specific versions).
Would this be made available in a separate commit? For downstreams it is not at all feasible to wait for "big bang" releases (e.g. commit for 1.6.0 with tens of thousands of lines changed without even a commit message). Without developing changes and features openly and incrementally no downstream will want to deal with integrating spsdk long term though, as it would require developing patches that you may have added already but which were just not yet released and not being able to even make out the reason behind a change because it is done in huge diff that is neither documented nor comprehensible at all. :S |
Hi @dvzrv, |
@vhamersky I would probably agree, but actions speak louder than words.
From what I can see, all of my proposed fixes (not related to this particular issue) have been ignored so far and now require further fixes. I am not getting paid to work on the integration of spsdk and do this in my free time. I am under the impression that external contribution is neither wanted nor valued. |
Hi @dvzrv, |
Thanks. As there is not really a lot of transparency around what is actually being done/addressed where/when it is not really possible for external contributors to interact with this project though. Where there is no open development and knowledge sharing there can be no collaboration. Meanwhile bincopy has been upgraded to 17.14 and I will continue to apply patches (now for myself). |
Hi @dvzrv I have created PR to move the bincopy version to <17.15. |
Hi! I'm currently attempting to package this project for Arch Linux.
As we provide python-bincopy 17.10.1 it would be great for spsdk to be able to use bincopy >= 17.10.
I can currently only disable the tests that fail due to some incompatibility with the encoding of the test files (they seem not utf-8 encoded).
This seems to mainly occur in
tests/elftosb/test_elftosb_mbi.py
:(excerpt)
Full build log:
python-spsdk-1.6.0-build.log
The text was updated successfully, but these errors were encountered: