# New Ticket Created by Zefram
# Please include the string: [perl #126102]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126102 >
$ ./perl6 -e 'my $a = 0.8999; my $b = $a.perl.EVAL; say
$a.WHICH; say $b.WHICH
# New Ticket Created by Zefram
# Please include the string: [perl #126101]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126101 >
$ ./perl6 -e 'my $a = 0.999; say $a; say $a.WHICH; say $a >
1'
1.0
# New Ticket Created by Zefram
# Please include the string: [perl #126105]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126105 >
$ ./perl6 -e 'my Int $a is default(Nil); say $a'
===SORRY!=== Error while compiling -e
Default
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: bdbe9647f7f6c35ab5ec3e2ed7a9eb302116f1af
https://github.com/perl6/specs/commit/bdbe9647f7f6c35ab5ec3e2ed7a9eb302116f1af
Author: ShimmerFairy
Date: 2015-09-18 (Fri, 18 Sep 2015)
Changed paths:
M S03-o
# New Ticket Created by Zefram
# Please include the string: [perl #126097]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126097 >
If .perl is used to serialise a value of 0 but True, it doesn't represent
the but-True aspect.
Great, thanks!
# New Ticket Created by Zefram
# Please include the string: [perl #126098]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126098 >
$ ./perl6 -e 'my $a = Mu but True; say $a.WHICH; say $a.perl; my $b =
$a.perl.EVAL'
Mu+{}
Mu+{
# New Ticket Created by Zefram
# Please include the string: [perl #126099]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126099 >
Basic introspection methods fail on the value Block but True:
$ ./perl6 -e 'my $a = Block; say
# New Ticket Created by Zefram
# Please include the string: [perl #126104]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126104 >
$ ./perl6 -e 'my Any $a is default(3)'
===SORRY!=== Error while compiling -e
Default value '3'
# New Ticket Created by Zefram
# Please include the string: [perl #126103]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126103 >
$ ./perl6 -e 'my $a = <2147483647/1>; say 1'
1
$ ./perl6 -e 'my $a = <2147483648/1>; say 1'
===
# New Ticket Created by Zefram
# Please include the string: [perl #126091]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126091 >
$ perl6 -e 'my Nil $a = 3'
Type check failed in assignment to '$a'; expected 'Any' but got 'Int
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #126096]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126096 >
mlenz@mlenz-workstation:~/p6/DBIish (master)$ perl6-m -Ilib -e 'require
"DBDish::SQLite"'
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #126100]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126100 >
S11 says:
> Additionally, the |require| expression evaluates to the value which is
instal
I added a test to S06-other/main-usage.t with commit
https://github.com/perl6/roast/commit/f5a77ba56d
I'm closing this ticket as 'resolved'.
I added two tests for [max] and .max with commit
https://github.com/perl6/roast/commit/76adbe5915
IntStr is tested in S02-literals/allomorphic.t
I'm closing this ticket as 'resolved'.
The test this ticket refers to was removed with commit
https://github.com/perl6/roast/commit/a8f9dca88a ("remove obsolete overloading
tests ").
I'm closing this ticket as 'rejected'.
The test this ticket refers to was removed with commit
https://github.com/perl6/roast/commit/a8f9dca88a ("remove obsolete overloading
tests ").
I'm closing this ticket as 'rejected'.
On Fri Sep 18 01:57:50 2015, elizabeth wrote:
> Fixed with d25a07a09d4ad4fa8d9e , test added with 3165b8c85b30c9710e2,
> can be closed
Great! I'm closing this ticket as 'resolved'.
jnthn fixed this with f435959e8b4a1ec72c98bc , tests needed afaik
> On 17 Sep 2015, at 22:44, Carl Mäsak (via RT)
> wrote:
>
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #126089]
> # in the subject line of all future correspondence about this issue.
> # https:
Fixed with d25a07a09d4ad4fa8d9e , test added with 3165b8c85b30c9710e2, can be
closed
> On 16 Sep 2015, at 22:01, Erik Ferguson (via RT)
> wrote:
>
> # New Ticket Created by Erik Ferguson
> # Please include the string: [perl #126073]
> # in the subject line of all future correspondence about
# New Ticket Created by Larry Wall
# Please include the string: [perl #126092]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126092 >
00:13 < TimToady> m: for (1,2,3).pairs X (4,5,6).pairs -> ($x,$y) { say "$x
$y" }
00:13 <+c
21 matches
Mail list logo