From: J L. T. <jlt...@ma...> - 2022-07-08 19:28:03
|
René, Sorry for the delay in replying to you. Attached is ltree1.njp, which was where I encountered the problem. The first variant of the pipeline (the uncommented one) compiles, but fails with a stall; compilation of the second variant fails at the first occurrance of the s: label with the message | $ pipc ltree1.njp | pipe (ltree1_ltree1 end ?) literal tree -pugsD arg(string 'paths'} | 31 +++ | s: drop last 2 | -- Reattach summary lines later. | +++ ^ | +++ Error: Unexpected character found in source: ':' (hexadecimal encoding: 003A) | @14:17:33,leslie@pinto rc=2 Leslie On 2022-06-29 11:02:39 J Leslie Turriff wrote: > On 2022-06-27 14:35:31 René Jansen wrote: > > Hi Leslie, > > > > I was looking into this problem but could not reproduce: > > > > pipe (orx_downloads) > > literal curl > > https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/ > > > > | command > > | split > > | locate +href="https://sourceforge.net/projects/oorexx/files+ > > | nlocate /readme.md/ specs 7-* 1 > > | reverse > > | specs 2-* 1 > > | reverse > > | o: fanout > > | specs 77-* 1 > > | reverse > > | specs 10-* 1 > > | reverse > > | b: juxtapose > > | sort desc > > | specs /[/ 1 1-5 nw 7-11 nw 13-* nw /)/ nw > > | change /href/ /] (href/ > > | cons ? o: > > | insert / / > > > > b: > > > > > > ➜ test git:(master) ✗ pipc oorexx_downloads.njp > > pipe (orx_downloads ) literal curl > > https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/ | command > > | split | locate +href="https://sourceforge.net/projects/oorexx/files+ | > > nlocate /readme.md/ specs 7-* 1 | reverse | specs 2-* 1 | reverse | o: > > fanout | specs 77-* 1 | reverse | specs 10-* 1 | reverse | b: juxtapose | > > sort desc | specs /[/ 1 1-5 nw 7-11 nw 13-* nw /)/ nw | change /href/ /] > > (href/ | cons ? o: | insert / / > > > > (And I verified the classes were generated). > > > > Do you have the source file for the original issue somewhere? > > > > Best regards, > > > > René. > > The last time I tried to review it I couldn't find it, butI will look > again. > > Leslie -- |