Skip to content

Conversation

@YichiZhang0613
Copy link

  • I have followed the instructions in the PR template
    These assertions allows col == COLS, while when col == COLS, array may be out of bounds. In fn init, for i in 0..COLS {self.insert(... confirms the assertions' predicate col <= COLS should be changed into col < COLS.

@github-actions
Copy link

github-actions bot commented Nov 9, 2025

Preview available at https://egui-pr-preview.github.io/pr/7693-fixassertion
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

View snapshot changes at kitdiff

@lucasmerlin lucasmerlin added the tests Unit tests, regression tests, manual tests, … label Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog tests Unit tests, regression tests, manual tests, …

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants