-
Notifications
You must be signed in to change notification settings - Fork 4
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
#810 Add the possibility to zip the inputs and outputs for N simulation #820
base: master
Are you sure you want to change the base?
#810 Add the possibility to zip the inputs and outputs for N simulation #820
Conversation
cc022b3
to
abe282a
Compare
Signed-off-by: Dimitri Baron <[email protected]>
abe282a
to
1826950
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the N output will not be zipped. Also, the documentation and tests needs to be updated.
Signed-off-by: Dimitri Baron <[email protected]>
|
||
|
||
std::string formatZipErrorMessage(const zip::ZipException& e) { | ||
std::stringstream zipErrorStream; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why overriding the messages sent by libzip? The general exception catch should be enough ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error message given by libzip is not always clear. When the zip::Error::LIBARCHIVE_INTERNAL_ERROR error code is thrown, the message is clear : ''Unrecognized archive format". But when the zip::Error::FILE_NOT_FOUND error code is thrown, only the name of the missing file is given. So the error message is not clear in that case.
c1922bc
to
852124a
Compare
…modes Signed-off-by: Dimitri Baron <[email protected]>
f84dc5c
to
34332f4
Compare
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
64a3d70
to
c54c1dd
Compare
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
…M output file Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
…inal state IIDM file Signed-off-by: Dimitri Baron <[email protected]>
… can not open the input log file Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
…utsMapWithSimulationOutputs() Signed-off-by: Dimitri Baron <[email protected]>
4c87ee3
to
00a6950
Compare
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
…ing the archive Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
…chive Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Signed-off-by: Dimitri Baron <[email protected]>
Checklist before requesting a review
use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes