Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

scan control infinite while loop

wyzula_j requested to merge fix/scan-group-box-args-while-hell into pre_release_v2

Description

If the previous scan had fewer arguments than there were arg bundles in the ScanGroupBox, the ScanControls component could enter an infinite loop.

This update ensures that the argument box is always regenerated when restoring parameters from a previous scan, preventing such issues.

Related Issues

Closes #550 (closed)

Type of Change

  • fix: ScanControl now always regenerates the argument box to avoid infinite loops.

Additional Comments

Try to reproduce the issue by passing some None values into the scan control widget while restoring parameters from the last scan.

Edited by wyzula_j

Merge request reports

Loading