From 1fc60e6c12defd38c50f988d9db13fe97d919211 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 14 Dec 2023 18:45:41 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3=20=D0=BD=D0=B8=D1=82=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BB=D0=B0=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D1=89=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=B2=D0=BC=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=BD=D0=B0=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 17 +- src/ProjectData/Files/ProjectFile.java | 7 +- src/Repository/Server/ServerCode.java | 5 +- .../Common/TestingPackage/TestingPackage.java | 1 + src/TestingSystem/Common/TestingPlanner.java | 19 +- src/TestingSystem/Common/TestingServer.java | 21 +- .../DVM/DVMPackage/DVMPackage.java | 16 + .../DVM/DVMTasks/DVMCompilationTask.java | 11 +- .../DVM/DVMTasks/DVMRunTask.java | 7 +- src/TestingSystem/DVM/DVMTasks/DVMTask.java | 7 +- src/TestingSystem/DVM/DVMTestingPlanner.java | 469 ++++++++++++------ 11 files changed, 403 insertions(+), 177 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 064254b1..2b579ddc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,24 +7,17 @@ - - - - - + - - - - - - - + + + +