Skip to content

fix: SET_PART_LIST_GENERATE#702

Merged
koubaa merged 15 commits into
mainfrom
set-part-list-generate
Feb 10, 2025
Merged

fix: SET_PART_LIST_GENERATE#702
koubaa merged 15 commits into
mainfrom
set-part-list-generate

Conversation

@koubaa

@koubaa koubaa commented Feb 10, 2025

Copy link
Copy Markdown
Collaborator

Fixes #690

There is now a property called block_ranges.

s=kwd.SetPartListGenerate()
s.block_ranges.extend([(1,2), (10,12), (100,101)])
for block_range in kwd.block_ranges:
    assert block_range.bbeg < block_range.bend

@koubaa koubaa requested a review from a team as a code owner February 10, 2025 14:01
@koubaa koubaa changed the title Set part list generate fix: Set part list generate Feb 10, 2025
@koubaa koubaa changed the title fix: Set part list generate fix: SET_PART_LIST_GENERATE Feb 10, 2025
@github-actions github-actions Bot added documentation Improvements or additions to documentation testing Anything related to testing labels Feb 10, 2025
@koubaa koubaa merged commit d07d6e1 into main Feb 10, 2025
@koubaa koubaa deleted the set-part-list-generate branch February 10, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation testing Anything related to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

For SET_PART_LIST_GENERATE keyword all variable cards are not read

2 participants