Re: Depreciated code????

2021-07-27 Thread ToddAndMargo via perl6-users
On 7/27/21 12:21 PM, Elizabeth Mattijsen wrote: So the deprecation logic is pointing at the wrong line. Where does this RunNoShellLib.pm6 live? It's must be something inside that. Nothing has changed inside it for the last year. It resides in /home/linuxutil/p6lib The main program resides

Re: Depreciated code????

2021-07-27 Thread Gianni Ceccarelli
On 2021-07-27 Elizabeth Mattijsen wrote: > So the deprecation logic is pointing at the wrong line. > > Where does this RunNoShellLib.pm6 live? It's must be something > inside that. Given the error message says: > Please use exitcode and/or signal methods (status is to be > in 2022.06) instead.

Re: Depreciated code????

2021-07-27 Thread Elizabeth Mattijsen
Point taken. So the deprecation logic is pointing at the wrong line. Where does this RunNoShellLib.pm6 live? It's must be something inside that. > On 27 Jul 2021, at 21:15, ToddAndMargo via perl6-users > wrote: > > >>> On 7/26/21 5:21 PM, ToddAndMargo via perl6-users wrote: Hi All, >>>

Re: Depreciated code????

2021-07-27 Thread ToddAndMargo via perl6-users
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. ==

Re: Depreciated code????

2021-07-27 Thread Elizabeth Mattijsen
Read the error message! "/home/linuxutil/p6lib/RunNoShellLib.pm6 (RunNoShellLib), line 148" What does that line say? > On 27 Jul 2021, at 02:29, ToddAndMargo via perl6-users > wrote: > > On 7/26/21 5:21 PM, ToddAndMargo via perl6-users wrote: >> Hi All, >> $ raku -v >> Welcome to 𝐑𝐚𝐤𝐮𝐝𝐨™ v202