Looking at the profile of
(^1).grep({!/1/}).elems.say
the first 5 entries (responsible for 70% of CPU in that example) have nothing
to do with matching, but everything with trying to find the right dispatchee.
And it looks like this is basically caused by:
$_ = 1; /1/
Because $_
Looking at the profile of
(^1).grep({!/1/}).elems.say
the first 5 entries (responsible for 70% of CPU in that example) have nothing
to do with matching, but everything with trying to find the right dispatchee.
And it looks like this is basically caused by:
$_ = 1; /1/
Because $_
Some additional testing. If I disable IPv6 on my ethernet adapter,
everything works. If I re-enable IPv6, it no longer works. Possibly
something on my end? but all other software and dev environments work
normally without disabling IPv6.
Mike Lowe
(513) 417-0570
mlowe31...@gmail.com
On Sat, Jul 2
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131805]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131805 >
See this benchable6 output:
https://gist.github.com/Whateverable/600
Fix reverted:
https://github.com/rakudo/rakudo/commit/50d38a1f368f0addb601e857232642f3a8de3aa2
should be re-opened :)
On Tue, Jul 25, 2017 at 11:45 PM Lloyd Fournier via RT <
perl6-bugs-follo...@perl.org> wrote:
> merged patch: https://github.com/rakudo/rakudo/pull/
> tests: https://github.c
Fix reverted:
https://github.com/rakudo/rakudo/commit/50d38a1f368f0addb601e857232642f3a8de3aa2
should be re-opened :)
On Tue, Jul 25, 2017 at 11:45 PM Lloyd Fournier via RT <
perl6-bugs-follo...@perl.org> wrote:
> merged patch: https://github.com/rakudo/rakudo/pull/
> tests: https://github.c
Fix reverted:
https://github.com/rakudo/rakudo/commit/50d38a1f368f0addb601e857232642f3a8de3aa2
should be re-opened :)
On Tue, Jul 25, 2017 at 11:42 PM Lloyd Fournier via RT <
perl6-bugs-follo...@perl.org> wrote:
> merged patch: https://github.com/rakudo/rakudo/pull/
> tests: https://github.c
Fix reverted:
https://github.com/rakudo/rakudo/commit/50d38a1f368f0addb601e857232642f3a8de3aa2
should be re-opened :)
On Tue, Jul 25, 2017 at 11:42 PM Lloyd Fournier via RT <
perl6-bugs-follo...@perl.org> wrote:
> merged patch: https://github.com/rakudo/rakudo/pull/
> tests: https://github.c
The examples do not show forward-looking combiners.
Not sure what's happening with the ZWJ - I dimly recall that Unicode
says it is a misnomer and explicitly does not join arbitrary graphemes
into characters, but I don't have the reference handy.
Aleks-Daniel is showing that x 2 does not detec
Combining chars look forward now? This breaks *my* expectations.
On Wed, Jul 26, 2017 at 6:36 AM, Aleks-Daniel Jakimenko-Aleksejev <
perl6-bugs-follo...@perl.org> wrote:
> # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
> # Please include the string: [perl #131801]
> # in the subject l
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #131801]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131801 >
Code:
say (“\c[COMBINING OVERLINE]a” x 2).chars
Result:
4
Code:
sa
11 matches
Mail list logo