On Mon, Aug 1, 2016 at 3:05 PM, Patrick R. Michaud wrote:
> My short answer would be that there's not a shortcut way in NQP
> to avoid the fully-qualified sub names. I'm doubtful that we want
> to duplicate Perl 6's import mechanism into NQP.
That's all I need to know. Thanks, Patrick!
-Tom
My short answer would be that there's not a shortcut way in NQP
to avoid the fully-qualified sub names. I'm doubtful that we want
to duplicate Perl 6's import mechanism into NQP.
Pm
On Fri, Jul 22, 2016 at 07:48:55AM -0500, Tom Browder wrote:
> ping
>
> On Thu, Jul 7, 2016 at 7:49 AM, Tom Browd
ping
On Thu, Jul 7, 2016 at 7:49 AM, Tom Browder wrote:
> I have added a file "DebugPod.nqp" in the directory rakudo/src/Perl6
> and want to use it for debugging other files in that directory.
>
> Following the format of the "Pod.nqp" file in that directory, I have
> structured my new file this w
I have added a file "DebugPod.nqp" in the directory rakudo/src/Perl6
and want to use it for debugging other files in that directory.
Following the format of the "Pod.nqp" file in that directory, I have
structured my new file this way:
Perl6::DebugPod {
our sub debug_rows($desc, @rows) {...}