virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 325 forks source link

Arrays_Simulation #526

Open pranav-kirsur opened 5 years ago

pranav-kirsur commented 5 years ago

Defect Description: In the 1-D array simulation, on inserting a large value, the page crashes.

Steps to reproduce the issue: Go to the experiment list, and select the array experiment . Then, select 1-D array. Go to the simulation part and give size as a very large positive number.

Expected Result: The simulation should not proceed if number is greater than some specific value.

Actual Result: The page crashes.

image

pranav-kirsur commented 5 years ago

Fixed Commit id: c3bbd7fd3d51321f09edd751e93ac0d09f744aae

DevikaBoddu commented 5 years ago

Valid fix: @pranav-kirsur