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
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
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:
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
# 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
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:
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
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
> 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
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
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,
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
12 matches
Mail list logo