From: Jeff H. <Je...@Je...> - 2023-02-06 12:57:03
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <p>Marc,</p> <p>Thank you! For reporting the bug you get the week's very first Virtual Doughnut! Any variety you wish.</p> <p>I have fixed it, added two tests: "spec 5-10 1" and "spec 500-1000 1", re-run all the tests, and pushed the fix and tests.</p> <p>Sorry, I have had no experience yet with the Github Issues system, so I have not cleared the issue there.</p> <p>Jeff<br> </p> <div class="moz-cite-prefix">On 2/6/2023 6:42 AM, Marc Remes wrote:<br> </div> <blockquote type="cite" cite="mid:5cb...@gm...">As requested, NetRexx Pipelines specs issue #44 opened. <br> <br> Marc <br> <br> On 2/6/23 12:13, René Jansen wrote: <br> <blockquote type="cite">Hi Marc, <br> <br> no, this is no good and needs fixing. On VM Pipelines the output is the same as the 4-10 case: none. <br> So we have something to trace and fix. If you could open an issue at <a class="moz-txt-link-freetext" href="https://github.com/RexxLA/NetRexx/issues">https://github.com/RexxLA/NetRexx/issues</a> <a class="moz-txt-link-rfc2396E" href="https://github.com/RexxLA/NetRexx/issues"><https://github.com/RexxLA/NetRexx/issues></a> then whoever is going to work on it can assign themselves and avoid we are doing duplicate work. If I am going to fix it, I will check the issue first. <br> <br> best regards, <br> <br> René. <br> <br> <blockquote type="cite">On 6 Feb 2023, at 12:03, Marc Remes <a class="moz-txt-link-rfc2396E" href="mailto:re...@gm..."><re...@gm...></a> wrote: <br> <br> Is this expected behaviour? (running with latest 4.05 beta updates) <br> <br> $ pipe 'literal 123 | specs 1-10 1 | cons ' <br> 123 <br> $ pipe 'literal 123 | specs 2-10 1 | cons ' <br> 23 <br> $ pipe 'literal 123 | specs 3-10 1 | cons ' <br> 3 <br> $ pipe 'literal 123 | specs 4-10 1 | cons ' <br> <br> $ pipe 'literal 123 | specs 5-10 1 | cons ' <br> netrexx.lang.BadArgumentException: Argument -1 < 0 <br> at netrexx.lang.Rexx.intcheck(Rexx.java:920) <br> at netrexx.lang.Rexx.substr(Rexx.java:1458) <br> at netrexx.lang.Rexx.substr(Rexx.java:1452) <br> at p5e8377b_specs_2.run(p5e8377b.java:173) <br> at org.netrexx.njpipes.pipes.ThreadPool.run(ThreadPool.java:76) <br> at java.base/java.lang.Thread.run(Thread.java:1589) <br> ThreadQ Thread[#27,Thread-1,5,njPipes] <br> ThreadQ Thread[#27,Thread-1,5,njPipes] <br> Exiting due to uncaught Exception Argument -1 < 0 <br> ThreadQ Thread[#27,Thread-1,5,njPipes] <br> Exiting due to uncaught Exception Argument -1 < 0 <br> ThreadQ Thread[#29,Thread-3,5,njPipes] <br> Exiting due to uncaught Exception Argument -1 < 0 <br> ThreadQ Thread[#29,Thread-3,5,njPipes] <br> ThreadQ Thread[#29,Thread-3,5,njPipes] <br> <br> Marc <br> _______________________________________________ <br> netrexx-pipelines mailing list <br> <a class="moz-txt-link-abbreviated" href="mailto:net...@li...">net...@li...</a> <br> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines">https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines</a> <br> </blockquote> <br> </blockquote> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <pre class="moz-quote-pre" wrap="">_______________________________________________ netrexx-pipelines mailing list <a class="moz-txt-link-abbreviated" href="mailto:net...@li...">net...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines">https://lists.sourceforge.net/lists/listinfo/netrexx-pipelines</a> </pre> </blockquote> </body> </html> |