On 7/26/21 5:21 PM, ToddAndMargo via perl6-users wrote:
Hi All,

$ raku -v
Welcome to 𝐑𝐚𝐤𝐮𝐝𝐨™ v2021.07.
Implementing the 𝐑𝐚𝐤𝐮™ programming language v6.d.
Built on MoarVM version 2021.07.


After upgrading from 2021.05, I am getting this:


Saw 1 occurrence of deprecated code.
================================================================================
Sub RunNoShellAll (from RunNoShellLib) seen at:
   /home/linuxutil/p6lib/RunNoShellLib.pm6 (RunNoShellLib), line 148
Please use exitcode and/or signal methods (status is to be removed in 2022.06) instead. --------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!



148: ( $ReturnStr, $ReturnErr, $RtnCode ) = RunNoShellAll( $RunString, True, False, True );


Confused,
-T



   # if  $Code    { $RtnCode   = $proc.status; }   # status is deprecated
   if  $Code    { $RtnCode   = $proc.exitcode; }

Reply via email to