[PATCH bmaptool 0/7] Fix various typos across the codebase

Joshua Watt jpewhacker at gmail.com
Thu Apr 25 11:46:13 PDT 2024


On Thu, Apr 25, 2024 at 12:34 PM Folker Schwesinger
<dev at folker-schwesinger.de> wrote:
>
> Hi,
>
> while familiarizing myself with the bmaptool code I fixed various typos
> across the codebase.
> The changes include mostly corrections to docstrings and comments but
> also a few user-facing strings. One single functional change corrects
> a misspelled name of a module used in an except-clause.
>
> Best regards,
>
> Folker
>
> ---
> PS: I'm sending this to the (old?) bmaptools mailing list and CCing the
> new maintainers from Yocto project [1] as Github doesn't let me sign up.
> Asking new users to complete 20 (!) captchas just to tell them
> afterwards something went wrong and to start over is simply a waste of
> time. Speaking of time, I do respect the time of the maintainers, so
> apologizes if patch submission in this form causes any inconveniences.
> If preferred, I can provide access to my forked repo.

ML Patches are fine. I'll pull these into a fork in my GitHub repo so
that we can run CI on it

>
> [1]: https://github.com/yoctoproject/bmaptool
>
> Folker Schwesinger (7):
>   BmapCopy: Fix typos
>   BmapCreate: Fix typos
>   BmapHelpers: Fix typo
>   CLI: Fix typos
>   Filemap: Fix typos
>   TransRead: Fix typos
>   tests: Fix typos
>
>  src/bmaptool/BmapCopy.py    | 26 +++++++++++++-------------
>  src/bmaptool/BmapCreate.py  |  4 ++--
>  src/bmaptool/BmapHelpers.py |  2 +-
>  src/bmaptool/CLI.py         | 14 +++++++-------
>  src/bmaptool/Filemap.py     | 36 ++++++++++++++++++------------------
>  src/bmaptool/TransRead.py   | 26 +++++++++++++-------------
>  tests/helpers.py            |  2 +-
>  tests/test_api_base.py      |  4 ++--
>  tests/test_bmap_helpers.py  | 16 ++++++++--------
>  tests/test_compat.py        |  2 +-
>  tests/test_filemap.py       |  2 +-
>  11 files changed, 67 insertions(+), 67 deletions(-)
>
>
> base-commit: ee69ec9777774e1a37c97a15bd3ae8de7e723e69
> --
> 2.44.0



More information about the Bmap-tools mailing list