C2LC-608: Inserting a loop after the point of execution while the program is paused causes Weavly to freeze (goes into an infinite loop)

Metadata

Source
C2LC-608
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Simon Bates
Created
2022-02-24T13:51:38.567-0500
Updated
2022-02-24T16:10:13.214-0500
Versions
N/A
Fixed Versions
  1. Coding Env 1.2
Component
  1. Coding Environment

Description

Steps to reproduce:

  • Create a program with 2 forward1 commands
  • Press play and quickly press pause so that the program is paused on the 2nd program block
  • Add a loop to the end of the program
  • Press Play

Weavly will go into an infinite loop and freeze