In the new master branch, self is no longer writable. I don't know if
we need a test for this ticket before closing it (I suspect we do).
Pm
An undeclared dynamic variable currently results in a failure;
attempting to assign to that failure produces the readonly message.
Perhaps assignment to a failure should throw its exception?
Pm
Now fixed in 12ea7b9:
> say (my $a eqv $a);
1
> say Mu eqv Mu
1
Need to verify we have tests for this.
Pm
Now fixed in 4ab4b8. Probably needs a test before we can resolve the
ticket.
Pm
Now fixed in c495888. Closing ticket.
Pm
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73120]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73120 >
what about g in ?
regular expressions?
rakudo: say "peer".subst(/e/, 'o', :global);
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73110]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73110 >
rakudo: my ($x = 1; $z = $x):my say $x # jnthn had a
laugh about this one
rakudo a215
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73102]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73102 >
rakudo: my Int (Str $x); say $x.WHAT # unspecced behavior?
rakudo a215ee: OUTPUT«Int()
Now fixed in fad9447. Need to verify existence of a spectest for this
and then the ticket can be closed.
Pm
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73104]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73104 >
rakudo: my $::x # who knows on this one
rakudo a215ee: OUTPUT«Symbol '$x' not predecl
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73106]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73106 >
rakudo: my $a = sub { say $^a + $^a }; $a(4); # first of 2
rakudo a215ee: OUTPUT«Not e
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73122]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73122 >
rakudo: say index("uuúuúuùù", "úuù")
rakudo 403afe: ( no output )
* masak submits rak
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73118]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73118 >
rakudo: /d/(44) # from diakopterbot
rakudo 403afe: OUTPUT«Method '!cursor_start' not f
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73108]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73108 >
rakudo: say my ::say (say $z) # probably a dupe
rakudo a215ee: OUTPUT«Null PMC access
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73112]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73112 >
rakudo: [[]].perl.say; [[]].''().perl.say # I don't know
why there's an empty method h
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73094]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73094 >
rakudo: my $a; say $a.WHAT;
rakudo e79112: OUTPUT«Mu()»
should now be Any()
* masa
16 matches
Mail list logo