D10249: Option to exit after printing
Dileep Sankhla
noreply at phabricator.kde.org
Sat Feb 3 01:02:45 UTC 2018
dileepsankhla added a comment.
@aacid Agree that only one exit call is required but what about the exit status - EXIT_SUCCESS or EXIT_FAILURE? The issue description talked about the command line batch processing. For that purpose, should I set a bool "isError" when failing condition is encountered like "printing is not allowed" and then based on the isError's status, should I call either exit (EXIT_SUCCESS) or exit (EXIT_FAILURE)?
INLINE COMMENTS
> aacid wrote in part.cpp:3219
> You have far too many exit calls, i'm 99% sure you could have just one.
Agree that only one exit call is required but what about the exit status - EXIT_SUCCESS or EXIT_FAILURE? The issue description talked about the command line batch processing. For that purpose, should I set a bool "isError" when failing condition is encountered like "printing is not allowed" and then based on the isError's status, should I call either exit (EXIT_SUCCESS) or exit (EXIT_FAILURE)?
REPOSITORY
R223 Okular
REVISION DETAIL
https://phabricator.kde.org/D10249
To: dileepsankhla, aacid, #okular, ngraham
Cc: ngraham, aacid, #okular, michaelweghorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/okular-devel/attachments/20180203/783c7516/attachment.html>
More information about the Okular-devel
mailing list