Re: signatures, multi and named arguments

2015-09-29 Thread Carl Mäsak
the "signatures, multi and named arguments" email on p6u, is that a case of the querent forgetting to ! their nameds? masak: Sounds like; named args serve as a tie-break but you actually have to demand them be present in methods for that to help, given methods accept all named args. * masak sends

[perl #126220] LTA error message mentions $a parameter of op signature: ++.++

2015-09-29 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126220] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126220 > Code: ++.++ Result: Parameter '$a' expected a writable container, but got Int value

[perl #126219] LTA error message includes whitespace (dd . ␤ ␤ ␤ ␤ dd)

2015-09-29 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126219] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126219 > Code: dd . dd Result: ===SORRY!=== Error while compiling ./test2.pl Precedin

Re: [perl #126212] [BUG] SEGV on 16-bit-sized arg insertion

2015-09-29 Thread mt1957
On 09/28/2015 06:52 PM, Larry Wall (via RT) wrote: # New Ticket Created by Larry Wall # Please include the string: [perl #126212] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126212 > 09:24 < TimToady> m: say 1, |(2 xx 65534

Re: Bug creating objects using some form of named arguments

2015-09-29 Thread mt1957
The trouble I get at the moment is an error generared by the following piece of code return MongoDB::Cursor.new( collection => self, OP_REPLY=> $OP_REPLY, criteria=> %@criteria ); It generates the error; Default constructor for 'MongoDB: