Am 19.03.2017 um 23:00 schrieb Christian Bartolomaeus via RT:
Looking at https://en.wikipedia.org/wiki/Code_point and
http://www.unicode.org/glossary/#code_point I understand that
U+10 is indeed the maximum Unicode code point.
Yes, that's the maximum value you can encode in four bytes with
Fixed with https://github.com/rakudo/rakudo/commit/5917b817c6 , tests needed
> On 19 Mar 2017, at 22:03, Aleks-Daniel Jakimenko-Aleksejev (via RT)
> wrote:
>
> # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
> # Please include the string: [perl #131018]
> # in the subject line of al
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131026]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131026 >
zoffix@VirtualBox:~$ perl6 -e '$ = shell(:out, "yes | head -n
10").out.lines'
hea
Note that 65535 is the POSIX-specified minimum largest write size that is
guaranteed to be atomic (_PIPE_BUF), and derives from the usual size of
kernel-side pipe buffers (Linux's are actually larger, but sizes larger
than the POSIX minimum _PIPE_BUF are likely to incur portability issues, so
libuv
On Sat, 30 Apr 2016 11:16:44 -0700, barto...@gmx.de wrote:
> Starting with rakudo commit fe2be65806 two tests in S16-io/supply.t
> start to fail with rakudo-j. The following rakudo commit 463e7589a1
> seems to change the code path for the tests in question, but also
> makes them fail. Only if one r
On Mon, 20 Mar 2017 01:19:43 -0700, j...@durchholz.org wrote:
> I was wondering how the Unicode consortium might extend this limit, so I
> investigated a bit.
>
> TL;DR
>
> I can confirm that 10 is going to remain the maximum for the
> foreseeable future.
Thanks for sharing your findings!
# New Ticket Created by Jan-Olof Hendig
# Please include the string: [perl #131027]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131027 >
Something's amiss when viewing the output from –profile in the browser.
Steps to repr
# New Ticket Created by Matt Rosin
# Please include the string: [perl #131025]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131025 >
Hello,
I installed the Rakudo Star Mac OS X 2017.01 DMG installer on a new MacBook Pro
an