From 0f0f9d628f55cb51900fee36bfe15577d30323ba Mon Sep 17 00:00:00 2001 From: ar6496 <78793916+ar6496@users.noreply.github.com> Date: Thu, 6 May 2021 12:08:26 +0530 Subject: [PATCH] Update WORKLOG.md --- WORKLOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WORKLOG.md b/WORKLOG.md index 21889d0..18334d2 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -9,6 +9,8 @@ - This is dealt by the class:StackVarRuntimeInfo and function:getStackVar. - Handling Strings was difficult as storage and access was more complex than lists. - In order for us to easily determine the correctness, we intentionally matches the error messages to the reference implementation. + - Creation and use of objects was a major challenge. + - - Testing various scenarious with similarly defined variables were time consuming. Instead, we defined certain set of variables in the beginning of the student contributed test programs, and then used the same variables throughout the programs to cover various bad and good scenarious. - Another challenge was to come up with good test cases to have a broader cover. Our approach to this issue was investigating Type Checking rules and writing adverse code to those rules to see if our analyzer can make correct inferences.