On 1/7/07, via RT Bernhard Schmalhofer
<[EMAIL PROTECTED]> wrote:
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #41198]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41198 >
Hi,
the files
On Jan 7, 2007, at 8:44 AM, Steve Peters via RT wrote:
What is your c++ symlink pointing at?
[parrot] 512 $ ls -l /usr/bin/c++
lrwxr-xr-x 1 root wheel 7 Aug 9 2004 /usr/bin/c++ -> g++-3.3
[parrot] 513 $ ls -l /usr/bin/g++-3.3
-r-xr-xr-x 1 root wheel 135816 May 14 2006 /usr/bin/g
On Sun, Jan 07, 2007 at 12:51:46PM +, Nicholas Clark wrote:
>
> I'm not convinced that allowing slop in expected output is a good idea.
Sometime allow some slop is convenient, like the situation in
t/examples/past.t
> It introduces (more) complexity into the tests, which increases the chance
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #41201]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41201 >
In Configure.pl there is a mention of $Parrot::Configure::Step::conf
being a temporary
What is your c++ symlink pointing at?
Nicholas Clark schrieb:
On Sun, Jan 07, 2007 at 03:34:41PM +0800, Lee Duhem wrote:
I think we need some diff-like facility for string in Test::More
(or somewhere else appropriate), these options of diff for files
will be wanted:
-E --ignore-tab-expansion Ignore changes due to tab expansio
On Sun, Jan 07, 2007 at 03:34:41PM +0800, Lee Duhem wrote:
> I think we need some diff-like facility for string in Test::More
> (or somewhere else appropriate), these options of diff for files
> will be wanted:
>
> -E --ignore-tab-expansion Ignore changes due to tab expansion.
> -b --ignore-s
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #41198]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41198 >
Hi,
the files
compilers/imcc/imcparser.c
comp
I think we need some diff-like facility for string in Test::More
(or somewhere else appropriate), these options of diff for files
will be wanted:
-E --ignore-tab-expansion Ignore changes due to tab expansion.
-b --ignore-space-change Ignore changes in the amount of white space.
-w --ignore
There are 4 calls to _close on io->fd in functions PIO_win32_send and
PIO_win32_recv.
However, the CRT function _close should not be applied on SOCKET, which
crashes here.
I suggest to replace "_close((SOCKET)io->fd);" by "PIO_win32_close(interp,
layer, io);"
or "closesocket((SOCKET)io->fd); io->
10 matches
Mail list logo