Skip to content

Unify the iterators of the data vectors#242

Merged
kbabioch merged 2 commits intoBouni:mainfrom
Guzz-T:issue/221/iterate
Mar 1, 2026
Merged

Unify the iterators of the data vectors#242
kbabioch merged 2 commits intoBouni:mainfrom
Guzz-T:issue/221/iterate

Conversation

@Guzz-T
Copy link
Contributor

@Guzz-T Guzz-T commented Mar 1, 2026

Iterate through field-data-dict using definition-field-pairs instead of index-field pairs.
This loosens the previously fixed connection between an index and a single data field.

for index, field in data_vector changes to for definition, field in data_vector.

Relates to #221

Guzz-T added 2 commits March 1, 2026 22:42
…of index-field pairs.

This loosens the previously fixed connection between an index and a single data field.
@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Coverage

Coverage Report
FileStmtsMissCoverMissing
luxtronik
   __main__.py25250%3–66
   collections.py123199%290
   datatypes.py412299%61, 133
   discover.py58198%63
luxtronik/cfi
   interface.py1681392%80–93, 243–244, 249
luxtronik/definitions
   __init__.py237199%172
luxtronik/scripts
   __init__.py35586%7–16, 51
   discover_shi.py60600%8–98
   dump_cfi.py14657%18–25, 29
   dump_shi.py15660%21–28, 32
   performance_shi.py63630%7–89
   update_screen.py1058222%6, 20–41, 46–48, 51–61, 64, 70–75, 78, 81–85, 88–92, 95–97, 100–103, 106–111, 115–116, 119–126, 129–136
   watch_cfi.py321650%36–47, 50–56, 60
   watch_shi.py331652%38–49, 52–58, 62
luxtronik/shi
   contiguous.py121298%224–225
TOTAL242529988% 

Tests Skipped Failures Errors Time
381 0 💤 0 ❌ 0 🔥 24.891s ⏱️

@Guzz-T Guzz-T changed the title Issue/221/iterate Unify the iteration of the data vectors Mar 1, 2026
@Guzz-T Guzz-T changed the title Unify the iteration of the data vectors Unify the iterators of the data vectors Mar 1, 2026
@kbabioch kbabioch merged commit 1fdce41 into Bouni:main Mar 1, 2026
4 checks passed
@Guzz-T Guzz-T deleted the issue/221/iterate branch March 2, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants