sosy-lab / java-common-lib

SoSy-Lab Java Common Library
https://www.sosy-lab.org
Apache License 2.0
12 stars 11 forks source link

Suggestion: Add temporary directories #39

Closed KlaraCimbalnik closed 3 years ago

KlaraCimbalnik commented 3 years ago

Suggestion: Add a directory equivalent to TempFile (and with that to DeleteOnCloseFile)

We could use this in CPAchecker here.

KlaraCimbalnik commented 3 years ago

Would it be too much effort for you to start from scratch, create one commit with the method refactoring, and one with the new code?

That's fine, I can do that. Just to be sure: When you are talking about the method refactoring, you are referring to the extraction of code to the new improveIoExceptionMessage-method, right?

PhilippWendler commented 3 years ago

When you are talking about the method refactoring, you are referring to the extraction of code to the new improveIoExceptionMessage-method, right?

Exactly, sorry for not being clear.

PhilippWendler commented 3 years ago

I published version 0.3000-486-g4e9577e of this library with this feature.