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

[perl6/specs] bcacc1: Kebab-case Supply.schedule-on

2015-03-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: bcacc15b1935a9cb6a19c44b461e1723fca783a2 https://github.com/perl6/specs/commit/bcacc15b1935a9cb6a19c44b461e1723fca783a2 Author: Elizabeth Mattijsen Date: 2015-03-12 (Thu, 12 Mar 2015) Changed paths:

Re: [perl #124056] AutoReply: [BUG] reading from :rw file handle gives "bad file descriptor" after seek

2015-03-14 Thread Stefan Seifert
seek is inocent. open(:rw) is simply NYI. In IO::Handle::open: my $mode = $w ?? 'w' !! ($a ?? 'wa' !! 'r' ); In MoarVM/src/io/syncfile.c: MVMObject * MVM_file_open_fh(MVMThreadContext *tc, MVMString *filename, MVMString *mode) { ... if (0 == strcmp("r", fmode)) flag = O

[perl #124057] [BUG] Proxy class attribute interaction segfaults

2015-03-14 Thread via RT
# New Ticket Created by ab5tract # Please include the string: [perl #124057] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124057 > I encountered a consistent segfault while working out a trivial proxy example in hopes of doc

[perl6/specs] 11b888: Speculate about kebab-casing hidden_from_backtrace

2015-03-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 11b888d30cf3d14925d40d14315769d432b1363d https://github.com/perl6/specs/commit/11b888d30cf3d14925d40d14315769d432b1363d Author: Elizabeth Mattijsen Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths:

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

[perl #118771] [BUG] No filename in error stacktrace when reporting undeclared routines in Rakudo

2015-03-14 Thread Christian Bartolomaeus via RT
This is better now: $ perl6 -I. -e 'use Z' ===SORRY!=== Error while compiling /opt/workspace/Z.pm6 Undeclared routine: a used at line 1 I'm closing this ticket as 'resolved'. If the additional information after "===SORRY!===" is not enough or if you think we need a test for this behaviour,

[perl #77406] duplicated before-regexp modifier allowed in STD but not in Rakudo

2015-03-14 Thread Christian Bartolomaeus via RT
I added the examples as tests to S05-modifier/ii.t with commit https://github.com/perl6/roast/commit/3c01d7057c. The tests pass for MoarVM and JVM. Since support for Parrot was suspended with Rakudo Star Release 2015.02, I'm closing this ticket as 'resolved'. I'll add the ticket to a list of cl