Skip to content

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