[GitHub] [ant] mizdebsk opened a new pull request, #186: Fix integer overflow when parsing SOURCE_DATE_EPOCH

2022-04-22 Thread GitBox
mizdebsk opened a new pull request, #186: URL: https://github.com/apache/ant/pull/186 Parsing SOURCE_DATE_EPOCH environment variable by Tstamp leads to integer overflow and produces wrong result. The following example illustrates that: TODAY is ${TODAY} This

[GitHub] [ant] jaikiran commented on pull request #186: Fix integer overflow when parsing SOURCE_DATE_EPOCH

2022-04-22 Thread GitBox
jaikiran commented on PR #186: URL: https://github.com/apache/ant/pull/186#issuecomment-1107119527 Hello @mizdebsk, thank you for contributing this fix. Would you be interested in adding a test case for this change so that this doesn't regress in future. We have an existing test class