Re: Blobs and IEEE floating point

2016-04-20 Thread mt1957
On 19-04-16 10:21, Elizabeth Mattijsen wrote: FWIW, I’ll take PR’s for the PackUnpack distribution to make ‘f’ and ‘d’ work :-) Hi Elizabeth, For the PackUnpack distro this might come in handy... or might go in the examples corner? Done some experiments and looks well. Please check the a

[perl #127935] [rt.cpan.org #123934]

2016-04-20 Thread via RT
# New Ticket Created by Patrick Zimmermann # Please include the string: [perl #127935] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127935 > As expressed by perlpilot++ and some others, having say "asdfEnd" ~~ /:ratchet [ x

[perl #123934]

2016-04-20 Thread Patrick Zimmermann
As expressed by perlpilot++ and some others, having say "asdfEnd" ~~ /:ratchet [ xyz | .+! ] End /; say "asdfEnd" ~~ /:ratchet [ xyz || .+! ] End /; say "asdfEnd" ~~ /:ratchet [ .+! ] End /; all fail might also be a way to harmonize the behavior.

[perl #127916] [BUG] Inaccurate assignment to $!shortname in cases where a mixin happens during BUILD time.

2016-04-20 Thread jn...@jnthn.net via RT
On Sun Apr 17 16:34:02 2016, pesc...@gmail.com wrote: > Consider the following snippet: > > 23:28 < psch> m: role Bar::Foo { }; class A { submethod BUILD { self > does Bar::Foo } }; A.new.WHAT.say > 23:28 <+camelia> rakudo-moar 617bb4: OUTPUT«(Foo})␤» > > Clearly, A is not of type 'Foo}'. As far