Re: Perl 6 Debugging

2015-03-14 Thread Moritz Lenz
On 15.03.2015 00:05, Tom Browder wrote: > On Sat, Mar 14, 2015 at 5:25 PM, Elizabeth Mattijsen wrote: >>> On 14 Mar 2015, at 23:19, Tom Browder wrote: > ... >> Could you post the code of test_ellipsoid.pl for others to see (e.g. on >> gist.github.com)? That would help in tracing the problem (whi

Re: Perl 6 Debugging

2015-03-14 Thread Tom Browder
On Mar 14, 2015 6:46 PM, "yary" wrote: > > For some reason your github link comes up as an empty page when I click on it. I was able to find it here: > > https://gist.github.com/search?q=test_ellipsoid.pl I've never used gist.github.com before and probably murfled it. There should be a single re

Re: Perl 6 Debugging

2015-03-14 Thread yary
For some reason your github link comes up as an empty page when I click on it. I was able to find it here: https://gist.github.com/search?q=test_ellipsoid.pl -y

Re: Perl 6 Debugging

2015-03-14 Thread Tom Browder
On Sat, Mar 14, 2015 at 5:25 PM, Elizabeth Mattijsen wrote: >> On 14 Mar 2015, at 23:19, Tom Browder wrote: ... > Could you post the code of test_ellipsoid.pl for others to see (e.g. on > gist.github.com)? That would help in tracing the problem (which is causing > you to not be informed of where

Re: Perl 6 Debugging

2015-03-14 Thread Elizabeth Mattijsen
> On 14 Mar 2015, at 23:19, Tom Browder wrote: > > I am trying to convert a fairly simple Perl 5 program and supporting > modules to Perl 6 and making slow progress. > > Executing 'perl6 -v': > > This is perl6 version 2015.02-247-gab55cb7 built on MoarVM version > 2015.02-25-g3d0404a > > I am

Perl 6 Debugging

2015-03-14 Thread Tom Browder
I am trying to convert a fairly simple Perl 5 program and supporting modules to Perl 6 and making slow progress. Executing 'perl6 -v': This is perl6 version 2015.02-247-gab55cb7 built on MoarVM version 2015.02-25-g3d0404a I am trying to get something equivalent to Carp to show me the exact fai