Re: smtp question

2017-02-09 Thread ToddAndMargo
On 02/09/2017 08:51 PM, Brandon Allbery wrote: On Thu, Feb 9, 2017 at 11:41 PM, ToddAndMargo wrote: I am looking at

Re: smtp question

2017-02-09 Thread Brandon Allbery
On Thu, Feb 9, 2017 at 11:41 PM, ToddAndMargo wrote: > I am looking at > https://github.com/retupmoca/P6-Net-SMTP > > I pretty much understand everything, but > >- > >send($from, $to, $message, :$keep-going) > >Sends an email $message (which can be a Str or

[perl6/specs] c6cdaf: Add reminder to un-LTA log(42, 1) error

2017-02-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c6cdaff34df0aba6d5bdc8522526ccf20e21836c https://github.com/perl6/specs/commit/c6cdaff34df0aba6d5bdc8522526ccf20e21836c Author: Zoffix Znet Date: 2017-02-09 (Thu, 09

[perl6/specs] c112fa: )

2017-02-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c112fa54a8c5118c77da2ea0204b2460aa9d9493 https://github.com/perl6/specs/commit/c112fa54a8c5118c77da2ea0204b2460aa9d9493 Author: Zoffix Znet Date: 2017-02-09 (Thu, 09

smtp question

2017-02-09 Thread ToddAndMargo
Hi All, I am starting a program (run from crontab) to test some things and eMail diagnostics to me. I am looking at https://github.com/retupmoca/P6-Net-SMTP I pretty much understand everything, but send($from, $to,

[perl #130753] 1.base(1) gives wrong exception : Attempt to divide by zero

2017-02-09 Thread Zoffix Znet via RT
On Thu, 09 Feb 2017 16:51:00 -0800, samant...@posteo.net wrote: > > 1.1.base(1) > Attempt to divide 2.30258509299405 by zero using / > in block at line 1 > > Fudged roast test in S32-num/base.t Thank you for the report. This is now fixed. Fix:

[perl #130753] 1.base(1) gives wrong exception : Attempt to divide by zero

2017-02-09 Thread via RT
# New Ticket Created by Samantha McVey # Please include the string: [perl #130753] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130753 > > 1.1.base(1) Attempt to divide 2.30258509299405 by zero using / in block at line

[perl #130415] multi dispatch calls multi with named args even when none are passed and named-arg-less candidate is available

2017-02-09 Thread Zoffix Znet via RT
On Tue, 27 Dec 2016 11:02:17 -0800, c...@zoffix.com wrote: > In this code, I would've expected the second multi to be used, since > I'm not providing > any named args. I'm fuzzy on whether named params affect multi > dispatch, but even if they > wouldn't the multi without any named params is later

[perl6/specs] 2c8786: Add 6.d for IEEE num division

2017-02-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 2c8786a52edb1970df7bb600968771aa03ed37f4 https://github.com/perl6/specs/commit/2c8786a52edb1970df7bb600968771aa03ed37f4 Author: Zoffix Znet Date: 2017-02-09 (Thu, 09

[perl #130725] [REGRESSION] (gather foo()).rotor($n, :partial) broken by fd8df7f2ad

2017-02-09 Thread via RT
# New Ticket Created by Jonathan Worthington # Please include the string: [perl #130725] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130725 > Discovered this after some $dayjob code got busted by updating Rakudo. After

[perl #129175] [BUG] `rotor` hangs when given an infinite Seq or List as the cycle

2017-02-09 Thread Zoffix Znet via RT
On Sat, 03 Sep 2016 21:03:12 -0700, c...@zoffix.com wrote: > To add, the cause is .is-lazy on slurpy args seems to attempt to reify > the entire sequence: > > -> *@a { @a.is-lazy.say }(1…∞) # hangs The rotor hang fixed in https://github.com/rakudo/rakudo/commit/d7b82149d31da0 The slurpy hang