Skip to content

Replace external process by simple unzip step 165#258

Open
NeilAlwani wants to merge 5 commits intoSERG-Delft:mainfrom
NeilAlwani:replace-external-process-by-simple-unzip-step-165
Open

Replace external process by simple unzip step 165#258
NeilAlwani wants to merge 5 commits intoSERG-Delft:mainfrom
NeilAlwani:replace-external-process-by-simple-unzip-step-165

Conversation

@NeilAlwani
Copy link

This pr will add unzipStep so that zipped files are unzipped in the working dir.

…p-165

# Conflicts:
#	andy/src/main/java/nl/tudelft/cse1110/andy/config/MetaTest.java
#	andy/src/main/java/nl/tudelft/cse1110/andy/config/SecureExamRunConfiguration.java
#	andy/src/main/java/nl/tudelft/cse1110/andy/execution/Context/Context.java
#	andy/src/main/java/nl/tudelft/cse1110/andy/execution/metatest/externalprocess/ExternalProcessMetaTest.java
#	andy/src/main/java/nl/tudelft/cse1110/andy/execution/step/KillExternalProcessStep.java
#	andy/src/main/java/nl/tudelft/cse1110/andy/execution/step/RunExternalProcessStep.java
#	andy/src/test/java/integration/ExternalProcessMetaTestsTest.java
@Override
@SuppressWarnings("DoubleBraceInitialization")
public Map<String, Float> weights() {
return new HashMap<>(ImmutableMap.of(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would expect this to break with errorprone! ImmutableMap.of(...) is how it should be now, I think!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants