log base zero ???

2016-10-19 Thread Francis (Grizzly) Smit
I think I've found a bug some how there is no power that you can raise 0 to and get 23 or any number, except 0 $ perl6 -e "say log(23, 0);" -0 shouldn't it be NaN $ perl6 --version This is Rakudo version 2016.10-17-g200364a built on MoarVM version 2016.10-15-g715e39a implementing Perl

[perl #129921] [BUG] compile time error triggers internal warning

2016-10-19 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #129921] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129921 > $ perl6 -e 'my $!a' Use of uninitialized value of type Any in string context. Methods

[perl #129920] [BUG] Configure.PL does not protect whitespace in --prefix

2016-10-19 Thread brian d foy
# New Ticket Created by "brian d foy" # Please include the string: [perl #129920] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129920 > In the rakudo-star-2016.07 release, the value given to Configure's --prefix might end

Re: [perl #129909] [BUG] cannot compile to jar files for client use using --target=jvm

2016-10-19 Thread Felipe Valdes
Thank you for the prompt response. I'll review the JVM script provided, it may run! Since the feature isn't finished, is there a way to generate a MOAR file I can provide my users which "just runs" but doesn't include the secret sauce? or is this an unreasonable expectation? On Wed, Oct 19,

[perl #129919] [BUG] asinh does not comply with IEEE

2016-10-19 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #129919] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129919 > Perl IEEE[^1]: 1) asinh(-Inf) should return -Inf 2) Any too-large values that don't fit

Re: [perl #129907] [BUG] interaction of class FALLBACK methods and safe method calls (.?)

2016-10-19 Thread David Warring
I've worked out how to do it, by adding a custom dispatch:<.?> method: use Test; class C { method foo { 42 } method can($meth-name) { my $meths = callsame; if !$meths && $meth-name eq 'bar' { $meths = [method { 69 }, ]; self.^add_method($meth-name,

[perl #129909] [BUG] cannot compile to jar files for client use using --target=jvm

2016-10-19 Thread Pepe Schwarz via RT
On Tue Oct 18 18:07:05 2016, data...@gmail.com wrote: > perl6 --target=jvm --ll-exception --output=guess.jar guess.p6 > > > java.lang.NullPointerException > > in command_eval (gen/jvm/stage2/NQPHLL.nqp:1217) > > in command_eval (src/Perl6/Compiler.nqp:27) > > in command_line

[perl #128833] [CONC][SEGV] async and grammar related data issue

2016-10-19 Thread jn...@jnthn.net via RT
On Wed Aug 03 17:07:49 2016, jdv79 wrote: > [jdv@wieldy ~]$ perl6 test_grammar_n_threads.p6 > Use of uninitialized value $!made of type Any in string context > Any of .^name, .perl, .gist, or .say can stringify undefined things, > if > needed.Use of uninitialized value $!made of type Any in

[perl #129915] [LTA] ∞ as literal Inf not recognized in signatures

2016-10-19 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #129915] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129915 > ∞ as literal Inf not recognized in signatures, unless it's a signature literal: m:

[perl #129882] [CONC] [IO] Proc with `.in.close` and `.out.slurp-rest` in different threads, hangs

2016-10-19 Thread jn...@jnthn.net via RT
On Fri Oct 14 16:40:27 2016, sml...@gmail.com wrote: > The following code attempts to pipe a large Blob (larger than a pipe's > buffer size) through an external command. > However, it hangs on the `.in.close` line and never finishes: > > my $proc = run «cat -», :in, :out, :bin; > my $input = ("a"