Skip to content

Conversation

@twicki
Copy link
Contributor

@twicki twicki commented Oct 31, 2025

Description

We found that there was an issue with absolute k-indexing inside the conditional of a while loop. This was due to a missing propagation of the symbol-table into the conditional. This PR fixes that issue.

Requirements

  • All fixes and/or new features come with corresponding tests.
  • Important design decisions have been documented in the appropriate ADR inside the docs/development/ADRs/ folder. N/A

@twicki twicki requested a review from romanc October 31, 2025 16:10
Copy link
Contributor

@romanc romanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find and thanks for the test!

@romanc
Copy link
Contributor

romanc commented Nov 3, 2025

cscs-ci run

@romanc romanc merged commit fe0a82e into GridTools:main Nov 3, 2025
19 checks passed
@romanc romanc deleted the while_loop_fix_debug branch November 3, 2025 08:21
egparedes pushed a commit that referenced this pull request Nov 3, 2025
## Description

We found that there was an issue with absolute k-indexing inside the
conditional of a while loop. This was due to a missing propagation of
the symbol-table into the conditional. This PR fixes that issue.


## Requirements

- [x] All fixes and/or new features come with corresponding tests.
- [ ] Important design decisions have been documented in the appropriate
ADR inside the [docs/development/ADRs/](docs/development/ADRs/README.md)
folder. N/A
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