This is Rakudo version 2020.05.1 built on MoarVM version 2020.05
implementing Raku 6.d.

It is back at it again.  The second test, I sent it
something with brackets in it.  It is the failed test
to goes wonkers


I put some debugging and is seems that it does not like
my `&&`


155: say %CommandLine<backup_path>;

156: if %CommandLine<backup_path>.starts-with( "[" ) {say "Yes";}else{say "No";}

157: if %CommandLine<backup_path>.contains( "]" ) {say "Yes";}else{say "No";}

158: if %CommandLine<backup_path>.starts-with( "[" )  &&
      %CommandLine<backup_path>.contains( "]" ) {


155: A:\YourDocs\backup1 156: No
                                 157: No

158: Cannot resolve caller index(Str:U: Str:D); none of these signatures match: (List:D: Cool:D $needle, *%_)

...
in sub GatherOptions at CobianWrapper.pl6 line 158

Reply via email to