mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 16:35:30 +02:00
[GH-ISSUE #127] Infinite loop in interpreter.find_replace_values #70
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @antoinebon on GitHub (Jun 13, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/127
The function
find_replace_valuesof theinterpretermodule runs into some infinite recursive calls due tofind_replace_valuesandreplace_module_varsmutually calling each otherHere is an example value of the
valuevariable that results in an infinite recursion:@patrickchugh commented on GitHub (Dec 16, 2025):
Fixed with latest code