Email::MIME multiple attachments question

2017-10-03 Thread ToddAndMargo
Hi All, Can anyone point me to an example of how to create multiple attachments with Email::MIME (I know how to do one). Many thanks, -T

[perl #129878] [TESTNEEDED][UNI] Grapheme boundaries not recalculated for string repetition

2017-10-03 Thread Samantha McVey via RT
On Thu, 07 Sep 2017 09:52:07 -0700, sml...@gmail.com wrote: > On Wed, 06 Sep 2017 15:20:17 -0700, coke wrote: > > With a recent rakudo, these now both output 1 > > Bisectable shows that it was fixed during recent MoarVM changes: > >

[perl #132217] [UNI] `unival` ignores everything but first chars

2017-10-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132217] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132217 > Perhaps it should throw when it was given trailing stuff after the relevant char? 00:49

[perl #132216] 'a' coll 'A" not Same but More

2017-10-03 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #132216] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132216 > m: use experimental :collation; $*COLLATION.set(:!tertiary); dd "a" coll

Re: Tip: hash indexing

2017-10-03 Thread ToddAndMargo
On 10/03/2017 11:56 AM, Andy Bach wrote: Though this seems to be heading the wrong way but - TIMTOWTDI my @SmtpIndex =    qw[ DebugTrace smtp port username password from to Subject Text FileName ]; my @SmtpValues = ["1", "smtps://smtp.zoho.com ", "465", 'la...@zoho.com

Re: Tip: hash indexing

2017-10-03 Thread Andy Bach
Though this seems to be heading the wrong way but - TIMTOWTDI my @SmtpIndex = qw[ DebugTrace smtp port username password from to Subject Text FileName ]; my @SmtpValues = ["1", "smtps://smtp.zoho.com", "465", 'la...@zoho.com', "NaYukYukYuk", 'la...@zoho.com',

Re: Tip: hash indexing

2017-10-03 Thread James Ellis Osborne III
Canadian Handicrafts Guild On Oct 3, 2017 11:22 AM, "ToddAndMargo" wrote: > Sweet!I added a reverse print to the pile! > > > #!/usr/bin/env perl6 > > #`{ > Hashes do not print in the order they are created. it is a Perl 6 thing. > To overcome this, create an

Re: Tip: hash indexing

2017-10-03 Thread ToddAndMargo
Sweet!I added a reverse print to the pile! #!/usr/bin/env perl6 #`{ Hashes do not print in the order they are created. it is a Perl 6 thing. To overcome this, create an index of the hash. } my @SmtpIndex = qw[ DebugTrace smtp port username password from to Subject Text FileName

[perl #128000] [NativeCall] Feature Request: Pointer Arithmetic

2017-10-03 Thread David Warring via RT
On Tue, 26 Apr 2016 15:24:57 -0700, sortiz wrote: > Hi David, > > Can you give a try to NativeHelpers::Pointer, part of NativeHelpers::Blob? > > When well tested I plan push it to core. > > Regards. > > Salvador Ortiz. Hi Salvador, That looks. OK. Can it go straight into core?

[perl #128054] [PARSER] In a string enclosed in parens, a {}-interpolation can't access the topic $_ of a statement modifier

2017-10-03 Thread Brian S. Julin via RT
On Mon, 02 Oct 2017 19:08:27 -0700, alex.jakime...@gmail.com wrote: > Also worth taking a look at > https://rt.perl.org/Ticket/Display.html?id=126569 > > On 2017-09-29 14:06:58, b...@abrij.org wrote: > > On Sun, 28 May 2017 00:08:18 -0700, sml...@gmail.com wrote: > > > This bug is still present

[perl #128520] Testing

2017-10-03 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
This is just a test. Writing a comment by email.

[perl #128520] Testing

2017-10-03 Thread Aleks-Daniel Jakimenko-Aleksejev
This is just a test. Writing a comment by email.

[perl #126669] [LHF][LTA] error with "need 6"/"use 6" (no "v")

2017-10-03 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
See https://github.com/rakudo/rakudo/blob/f946bd35dca39af97983ec95d4da7fdd0416b73d/src/core/Exception.pm#L1025-L1031 It seems that you can add “need” and “use” there (with a good message) and it will do exactly what was requested. On 2015-11-17 18:57:53, fecund wrote: > When Rakudo (MoarVM) 6.b

[perl #132214] [LHF] `need` with version silently fails

2017-10-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132214] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132214 > If you `use` a v6.d, it causes language switch and will also complain if the version is

Re: Tip: hash indexing

2017-10-03 Thread Bennett Todd
I'd like to note that Hash tables don't preserve the order they're created, and that this isn't a perl6 thing, this is intrinsic to the definition of hash tables. On October 3, 2017 9:06:47 AM EDT, Andrew Kirkpatrick wrote: >Thanks, your script enticed me to explore

[perl #132211] [BUG] combination of `andthen` and `orelse` causes closed over variable to never update

2017-10-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132211] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132211 > IRC: https://irclog.perlgeek.de/perl6/2017-10-03#i_15250878 Reads "aaa", not "abc":

[perl #132210] Can't use `!` or `is required` with named Callable param constrainted by signature

2017-10-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132210] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132210 > IRC: https://irclog.perlgeek.de/perl6/2017-10-03#i_15250671 $ perl6 -e 'm: sub x

[perl #132209] Crash when type-constraining by a named param by signature

2017-10-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132209] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132209 > $ perl6 -e 'm: sub x (:$param) {say $param}; sub c (::(:$param)) { funk :42param };

Re: variable size limit?

2017-10-03 Thread Parrot Raiser
Donald Knuth was proud of getting an entire compiler into 1023 bytes. It wasn't a game of golf; the machine only had 1024 available. https://cacm.acm.org/news/175194-twenty-questions-for-donald-knuth/fulltext On 10/2/17, ToddAndMargo wrote: >>> On Mon, Oct 2, 2017 at 6:22

Re: Tip: hash indexing

2017-10-03 Thread Andrew Kirkpatrick
Thanks, your script enticed me to explore different ways of constructing a hash table. I dimly recall something about map having access to an index variable, but couldn't find it documented so maybe I was dreaming. The process of figuring out these approaches highlighted that so much perl6