Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace external process by simple unzip step 165 #258

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

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
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