Conversation
Agent-Logs-Url: https://github.com/hazendaz/htmlcompressor/sessions/c4615c05-1684-40c2-8f7f-c9ce86da8c81 Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/hazendaz/htmlcompressor/sessions/c4615c05-1684-40c2-8f7f-c9ce86da8c81 Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/hazendaz/htmlcompressor/sessions/c4615c05-1684-40c2-8f7f-c9ce86da8c81 Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
… extend CmdLineParser coverage Agent-Logs-Url: https://github.com/hazendaz/htmlcompressor/sessions/51ab1dc1-8db6-460e-839f-4a42a38b6ac2 Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
|
@copilot Tests are failing and most didn't start up. example error Error: Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.106 s <<< FAILURE! -- in jargs.gnu.CmdLineParserTest |
…for CodeQL overloading alerts Agent-Logs-Url: https://github.com/hazendaz/htmlcompressor/sessions/9a9eeac9-1117-48fd-9fe4-9d8196bc1f07 Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Fixed in commit |
|
@copilot seem to be getting test lockup in CmdLineCompressorTest |
…mdLineParser and fix directory output paths in tests Agent-Logs-Url: https://github.com/hazendaz/htmlcompressor/sessions/f1f6c7e9-a0b7-41e3-a1f5-27e687f20c5c Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Fixed in commit
|
CmdLineCompressorTest– file I/O tests covering all major CmdLineCompressor pathsVelocityDirectivesTest– all four velocity directives via real VelocityEngineCompressorTagsTest– minimal JSP stubs + doEndTag tests for all four tagsCmdLineParserTest– LongOption, double-dash, multi-value, exception accessorsjakarta.servlet-api6.1.0 andjakarta.el-api6.0.0 as test-scope deps@SuppressWarningson stub overloadsCmdLineCompressorTestlockup – root cause was pre-existingCmdLineParser.getRemainingArgs()bug: lines 867–868 created an empty list instead of copyingotherArgs; also fixed directory output path args in tests to include trailing/sincePath.toString()strips it on Linux