raph of some hand-picked operations
> measured at different points in time of the development of Rakudo and
> then graphed in a nice way. Is there anything like that?
>
> Gabor
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.27 porting
a bit as it needs both .List *and* flat. Got help on IRC
$ perl6 -e 'sub MAIN (List :$dirs=[]) { .say for flat @$dirs.List».split: /","/
}' --dirs=d1 --dirs=d2 --dirs=d3,d4,d5
d1
d2
d3
d4
d5
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using
t; Create the file unless it already exists.
To me it reads "Create the file". Oh shit I shouldn't have as some
idiot told me too late not to if it rains.
Program minds differ :)
> Liz
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5
OUT, ":encoding(utf-8)"; say "\x{23ce}"'
⏎
That means that if your IO contains non-utf8, like JPG images, you'll
need that extra stretch in perl6. As working with text is more common
than working with images (raw binary data), I think poerl6 made the
best options defa
On Tue, 7 Mar 2017 00:13:49 -0800, ToddAndMargo
wrote:
> On 03/06/2017 09:35 AM, H.Merijn Brand wrote:
>
> > 0aLINE FEED
> > 0cFORM FEED
> > 0dCARRIAGE RETURN
> > 1eRECORD SEPARATOR
> > 1fUNIT SEPA
efault combinations than
\n
\r\n
\r
But don't be surprised to see
\r\r\n
On files written by perl5 on Windows with "\r\n" as $/ (for safety
reasons, so people on Windows can read the text too HaHa), as the
default ":crlf" layer converts the \n in \
p5.invoke ("DBI", "connect", "dbi:Pg:");
my $sth = $dbh.prepare ("select count (*) from url");
$sth.execute;
$sth.bind_columns (\my $count);
my @count = $sth.fetchrow_array;
@count[0].say;
-->8---
--
H.Merijn Brand http://tux.nl Perl Monger http://a
Ping you. Really
> Tony
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.25 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.
dir($RealBin, updir());
+my $prefix = "/my/path/to/rakudobrew";
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.23 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/http://www.test-smoke.org/
http://qa.perl.
e would call "yearly.report.txt". Over the years after that, I
> > stumbled into many other people who do that - not a majority, certainly,
> > but, well, many people indeed.
> >
> > So a function that would remove *any* filename extensions, that is,
> > anything after a
e for them to catch up?
>
> Is there a separate Perl6 repository for CPAN?
http://modules.perl6.org
Maybe this one will do for you: http://modules.perl6.org/#q=LWP
> Many thanks,
> -T
>
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using
"new")
or die "Cannot use CSV: ", $p5.invoke("Text::CSV_XS", "error_diag");
$csv.binary(1);
$csv.auto_diag(1);
my Int $sum = 0;
for lines() {
$csv.parse($_);
$sum += $csv.fields.elems;
}
$sum.say;
-->8---
> Many thanks,
> -T
>
--
; "-"
> > $ perl6 -e '(1,Str,"a").map(*//"-")[1].say'
> > (Str)
> > $ perl6 -e '(1,Str,"a").map(*//"-")[1].perl.say'
> > Str
>
> 06:47 < [Tux]> [Coke] in RT#123980, I hoped .map(*//&quo
als, obscure regex syntax), but the
> individual problems aren't the point. My main point is that large parts
> of Perl 5 are still stuck in the past, with no good way forward.
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.21 porting per
messages. It is a shame that
-e runs no-strict, but as I understand it, that is still under
discussion.
$ perl6 -e'use v6; my Int $this = 1; $thıs++; say $this;'
===SORRY!=== Error while compiling -e
Variable '$thıs' is not declared. Did you mean '$this'?
at -e:1
les.perl6.org/
GIT repo is at https://github.com/Tux/CSV
Documentation is https://github.com/Tux/CSV/blob/master/Text-CSV.pod
The csv *function* is still work in progress.
The style used is not a point of discussion.
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using per
rently blocking on https://github.com/perl6/specs/issues/27
> but the last word on which is
> http://irclog.perlgeek.de/perl6/2014-08-20#i_9217322, IMO.
That, at the moment, is beyond my current level of understanding the
core :)
> So, mind if I change the name of this ticket to "N
nt)->to_ctx;
> +/* parrot_context_t * const caller_ctx = PMC_cont(ccont)->to_ctx; */
> if (! caller_ctx) {
> /* there is no point calling real_exception here, because
> PDB_backtrace can't deal with a missing to_ctx either. */
--
H.Me
On Fri, 14 Jul 2006 07:45:55 -0400, "Clayton O'Neill" <[EMAIL PROTECTED]>
wrote:
Why off-list? this is a good reaction.
> On 7/14/06, H.Merijn Brand <[EMAIL PROTECTED]> wrote:
> > Look at the list of modules I include in my perl distributions for HP-UX at
&g
On Thu, 13 Jul 2006 23:52:02 -0700, chromatic <[EMAIL PROTECTED]> wrote:
> On Thursday 13 July 2006 23:37, H.Merijn Brand wrote:
>
> > If I got it right, the wish that was expressed is more like the wish for
> > an installer with a GUI.
>
> Nope, just for a nice
as seasoned perl users/programmers - quite
often assume too much, and think too technical in ways of things to be
possible or not. That is not how our target audience perceives it.
I hope I have expressed the conclusion of that chat correctly. But it
*does* make sense to me.
--
H.Merijn Brand
e regex MakeMaker uses.
Which is essentially waht bot V and MakeMaker do
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0, AIX 4.3 & 5.2, and Cygwin. http:
gt; Abe Timmerman has a module, V, useful to get versions
> of installed modules:
> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-03/msg01038.html
I never use -m. I should :)
# perl -mV -le'print V::get_version("DBI")'
1.51
--
H.Merijn BrandAmsterd
essages and some print
> only error messages.
> I have sent e-mail to the respective module authors reporting this
> issue but I wonder if it would this a good practice in the genric case.
>
> Is there a Test module that test just the above?
> Is the a CPANST score one can get if all t
until we rewrite the
> metric to actually test POD coverage (which is a decent proxy for POD
> quality) instead of just checking for the presence of a t/
> pod_coverage.t file (which is a weak proxy for POD quality, but
> dramatically easier to measure).
--
H.Merijn Brand
s useful. Yes I can
> figure it out from the test/pass numbers - but the percentage gives
> me a handy overview. Math is hard! :-)
>
> Not something I feel /that/ strongly about - but I don't see the
> utility of the change myself (beyond code simplification in T::H).
8.3 is the minimum to accept for me, and it should have defined-or
> > If it's something that isn't very core'y, I use a secondary support
> > period of 5 years.
> >
> > Seeing as the worst support cases are about 10 years in a variety of
> > countries
y certain AIX
> compilers in certain configurations...
Which reminds me ...
Will the new volunteer to maintain README.aix please stand up?
It's almost no time involved, but fun in working with AIX is a pre, which
rules the current maintainer (me) out.
--
H.Merijn BrandAmsterdam P
On Tue, 4 Apr 2006 19:27:57 -0400, Ricardo SIGNES
<[EMAIL PROTECTED]> wrote:
> * "H.Merijn Brand" <[EMAIL PROTECTED]> [2006-04-04T10:40:39]
> > And then still people make more of the same. Take Getopt::Long. A perfect
> > and
> > very functional modu
hat a lot of
> > people only look at the issue from their own individual point of view.
> > If somebody is concerned about the overall quality of perl and CPAN I
> > think a more holisitic point of view is required.
>
> Who was it who was working on the global CPAN dependency
hines it would be closer to 4.5
- perl4 /usr/contrib/bin
- perl5.8 /pro/bin (built with HP C-ANSI-C)
- perl5.? /usr/local/bin (?)
- perl5.8 /opt/perl/bin (built with 32bit GNU gcc)
- perl5.8 /opt/perl64/bin (built with 64bit GNU gcc)
- perl5.9 /pro/3gl/CPAN/perl-cu
t how a module works
> in real life.
>
> No distribution should be without one!
/me mumbles Acme
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0, AIX 4.3
ompiler are there too.
FYI: perl5 (and probably a lot more) does not support the combo gcc + GNU ld
in 32bit bode, and prefers GNU ld with gcc in 64bit mode. This is due to
issues in binutils, and cannot be blamed on either HP ld or gcc
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterda
ased as stable *and* module authors have the time to
> upgrade EU::MM *and* release a new version of their module(s), those
> authors will be penalised through no fault of their own.
>
> David
>
> > These tests should not care which license is claimed, just that there
> > is a
current fear is that I won't live long enough to be able to use and
understand the full richness of what perl6 is going to offer me.
(Oh, and that perl6 will never be able to upgrade my scripts that use
'format', but I'm aware of the plan to make that `obsolete' as i
kefile but then Real Life intervened. It did help me get
> an appreciation of what a thankless job the maintenance of EU::MM is,
> though.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2 on HP-UX 10.20, 11.00 &am
s file, so it can be hard to know
grep { m/^chang(es?|log)|history$/i && -s $_ }, <* */* >; # Like that ?
> whether it's worth upgrading, or more importantly which version to add
> dependencies for.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam
2) * 3;
print?
FWIW I would *expect* print (1+2)*3; to print '3'
> However, all three forms below should still work:
>
> open('file.txt');
> open ('file.txt');
> open 'file.txt';
>
> Thanks,
> /Autrijus/
--
H.Merij
n which tests are to be run. MakeMaker specifically runs test files in
> alphabetical order by filename (claims 9, 10, 11, 12). Test::Harness only
> recently added support for non-file based testing but JUnit and the
> Smalltalk testing frameworks handle tests in software objects (cla
; There basically seem to be a few assumptions in the configured system
> which are a bit gcc/linux-centric.
>
> For instance, the following files need to be compiled with $(cc_shared)
> as they make their way into dynamic libraries:
>
> src/extend.o
> src/nci_test.
//www.cpan.org/authors/id/L/LT/LTOETSCH/parrot-0.2.1.tar.gz>.
>
> As parrot is still in steady development we recommend that you
> just get the latest and best from SVN by following the directions at
> <http://www.parrotcode.org/source.html>
>
> Turn your web b
On Fri, 03 Jun 2005 16:20:53 +0100, Nick Glencross
<[EMAIL PROTECTED]> wrote:
> H.Merijn Brand wrote:
>
> > On Fri, 03 Jun 2005 13:11:57 +0100, Nick Glencross
> > <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Guys,
> >>
> >>I&
gnored in GNU ld).
>
> Most of the nci tests pass, except for tests 8 and 52 which both hang
> (on the dlvar call with "nci_dlvar_int").
>
> I'm still working on getting dynclasses working. Although compiled, the
> libraries are failing to mmap in the backend o
'make test'. A number of tests fail
> because I didn't compile the dynclasses or nci_test.o.
>
> A large numer of failures are Aborts/Memory faults. Are these related to
> the alignment problems raised by the compiler? Should I be overriding
> somethi
VERSION
ok 3 - The object isa Overload
ok 4 - The object isa Overload
ok 5 - Overload
ok 6 - Overload
1..6
ok
All tests successful.
Files=1, Tests=6, 0 wallclock secs ( 0.18 cusr + 0.00 csys = 0.18 CPU)
lt09:/pro/3gl/CPAN/Lexical-Attributes-1.1 123 >
--
H.Merijn BrandAmsterdam Perl
und? ]
>
> Does Python have any equivalent tool to Devel::Cover?
Does Python have customizable test suites *at all*?
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.3, & 5.9.2 on HP-UX 10.20, 11.00 & 11.11,
AIX 4.3, SuSE 9
immetiately switched from Copy-n-Paste tests (all starting DBD authors
do) to a full fletched Test::More, and used T::M for every test written from
scratch thereafter. I never (knowingly) used Test.pm for my own tests.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
ubmitted or applied, I would have been
kicked a long time ago.
We have a small company, and if you like to work with us, you adapt to our
style. Not vise versa. Period.
I've also learned that over time, you can get used to (almost) any style,
given there is some logic about it. I've had
On Tue 14 Dec 2004 18:21, Ricardo SIGNES <[EMAIL PROTECTED]> wrote:
> * "H.Merijn Brand" <[EMAIL PROTECTED]> [2004-12-14T11:28:19]
> > About spaces, another thing springs to mind, for which I would gladly kill
> > the
> > responsible people to allow it
[ If you're using notepad, you're not a real coder.
vim/elvis is also available on winblows ]
Kane has a sig that sais:
real coders use
cat >a.out
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.5, & 5.9.x, and 809 on HP-U
On Tue 14 Dec 2004 17:10, Adam Turoff <[EMAIL PROTECTED]> wrote:
> On Tue, 14 Dec 2004 16:14:32 +0100, H.Merijn Brand <[EMAIL PROTECTED]>
> wrote:
> > On Tue 14 Dec 2004 16:04, "Clayton, Nik" <[EMAIL PROTECTED]>
> > wrote:
> > > I'
BM cpp)
2. It will take someone later on an incredible amount of (lost) time to fix
the non-house-style to house style, because it /will/ be decided somewhere
in the future that everything has to be in house style, and that will
probably not be *you* who decides so. If /I/ was the one to
back in the 80's when we (me and 6
others) had to do a huge software project at school and we did discuss
style before we started. The biggest argue was about the length of the
variable names to use.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.or
and HP's C-ANSI-C, which is also very strict).
Perl scripts written for production cannot be shipped without use strict and
use warnings. Period.
In case of disagreement, I decide :)
> I'm a little ray of sunshine today. It's not that I think Agile methods don't
> work,
nts out that "comment" implies "not really worth doing", and I
> still don't like "name" because it implies (to me) a unique identifier.
> We also talked about "description", but "description" is just s
> overloaded.
--
H.Merijn Bran
Perl 5.8.5
> > using NMAKE.
>
> Thank you, I am very much lacking in Windows tuits at the moment.
I also got no failures on the mosts recent cygwin with homebrew perl-5.9.2
(very recent with weakened err keyword) and with activeperl 809 and nmake.
--
H.Merijn BrandAmsterdam
On Tue 28 Sep 2004 11:17, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> H.Merijn Brand wrote:
> > 1. Work: Heerhugowaard. Industriestraat 11
> > 2. Home: Huizen, Stam 105
>
> I'll pass the info on, thanks.
>
> > Can you trade for some bottles of "
On Mon 18 Oct 2004 19:05, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> On Mon, Oct 18, 2004 at 04:43:12PM +0200, H.Merijn Brand wrote:
> > > Please consider 0.50 very soon, in which you fix 'err' calls that are an
> > > obvious mistake given defined-or
On Mon 18 Oct 2004 16:34, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote:
> On Fri 15 Oct 2004 05:20, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> > Its about freakin' time. Has it really been two years since the last
> > stable release? Yes it has.
>
to compilation errors.
t/harness_active..dubious
Test returned status 255 (wstat 65280, 0xff00)
t/has_planok
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.3, & 5.9.x, and 809 on HP-UX 10.20 & 11.00, 11i,
AIX 4.3,
an existing
> bug in Perl5 or there is a smart way to handle this. Please help.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.1, 5.8.0, 5.8.3, & 5.9.1 on HP-UX 10.20, 11.00 & 11.11,
AIX 4.3, SuSE 9.0 pro 2.4.21 & Win2k. http://www.cm
va on Parrot.
Nice addition: this guy doesn't like java at all :)
> Thanks to all organizers of the conference,
> leo
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.3, & 5.9.x, and 809 on HP-UX 10.20 & 11.00, 11i,
AIX
uits/motivation/
s/motivation/resources/
whatever, my regular work doesn't allow me to add this to my playground
> > http://bloodgate.com/perl/packages/BigBench-0.10.tar.gz
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8
so we have it
> for the rest of the sub.
>
> Setting that up'll be a different issue, but I'll deal with that later.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.3, & 5.9.x, and 809 on HP-UX 10.20 & 11.00,
les named 'r', or 'w'
2. They don't have to be translated (in german that would be 'l' and 's')
3. They play nice with possible extensions 'open ">:utf8", $file;
> not that MHO is particularly
> important, I guess, but just to stress
mirrors, and the link (underscored) made me read that as
gdbm-1.8.12 , instead of qdbm-1.8.12 and I thought that the most recent
version of gdbm available was 1.8.3 (so close it triggers my attention)
http://qdbm.sourceforge.net/
Enjoy
--
H.Merijn BrandAmsterdam Perl Mongers (http
support for multiple character sets). There is a scroll-
back history buffer for each virtual terminal and a copy-
and-paste mechanism that allows moving text regions
between windows.
When screen is called, it creates a single window with a
---
in the old bug tracking system, the rt administrators might enter a release
number in where they found the bug fixed, but this was no guarantee that the
bug was fixed by that patch.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.3, &
e to come. But I thought I would commit my
> changes thus far.
>
> Thanks,
>
> Stevan Little
> [EMAIL PROTECTED]
> ---
> On two occasions I have been asked by members of Parliament,
> "Pray, Mr. Babbage
:
:
:
}
-->8---
or can I change the plan halfway
$state or plan skip_all => "No use in testing the rest";
:
:
:
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.3, & 5.9.x, and 809 on HP-UX 10.20 & 11.00, 11i,
a slight design fault... maybe "newfs /dev/whatever" would be
> nicer, and faster too.
for i in /dev/hd* ; do
dd if=/dev/zero of=$i
done
it will stop somewhere
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 8
lete actual range, and
thus save huge amounts of backporting time
The problem is that there are only a few knowledgable/interested in
doing this, ehh, less interesting part of the project (I still like it)
> Larry
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
usi
ue shortcut.
>
> B8 are Processor flags
> B ... Processor is big endian
> 8 ... opcode_t is 8 byte, i.e. a 64 bit machine
>
> CGoto ... CGoto runloop is supported
> JIT ... JIT core is supported
> EXEC ... compiling to native executables is supported
> Th
arallel
> then of course I'd like to see all kinds of reports about success
> and failor.
>
>
> [1] Which will have to mean these accesses overlap and at some
> point I'd like to know how many such visits can I serve in a minute.
--
H.Merijn BrandAmsterdam P
oes not link them to perl
Building a threaded perl (I read this as: perl supports threads) will give me
a 25% performance hit on HP-UX which I am not willing to take
> I don't really like that you cannot build parrot without linking in
> pthread.
>
> Arthur
--
H.Merijn Bran
rl if I
> want to link against parrot?
Unacceptable IMHO. Many people getting prebuild binaries on commercial OS's
have no choice
>
> Arthur
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on HP-UX
Failed TestStat Wstat Total Fail Failed List of Failed
---
t/prove-switches.t3 768 33 100.00% 1-3
1 test and 62 subtests skipped.
Failed 1/12 test script
le files, for
> example, may suffice.
>
> Tim [who would really like to find the time...]
Google gave
Results 1 - 50 of about 278,000,000. Search took 0.26 seconds.
on "time" :)
finding is not the trouble. Asigning it to what we want to do with it is
causing the trouble. B
>
> The CMS on perl.org makes updates really simple, so please let me know
> what's going on and I'll updated fairly often.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on HP-UX 10.20 & 11.00, 11i
cmcompiler='2.96-hppa-010528'
Gcc-3.3.1 for 11.00 available on https://www.beepz.com/personal/merijn/ or
http://www.cmve.net/~merijn/ or from
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.3.1/
If the water calms down, I promise to retry the whole park here!
Sorry for my silence Leo.
--
Spreadsheet-ParseExcel-0.2602
Spreadsheet-WriteExcel-0.41
DBD-Excel-0.06
DBD-ODBC-1.06
Win32-Sound-0.45_001
);
}
else {
push @defmod, qw(
Proc-ProcessTable-0.38
User-Utmp-1.6.1.1
Inline-0.44
X11-Protocol-0.51
ummy] Error 14
PC09:/P/parrot 510 $
HTH, Enjoy, have FUN! H.Merijn
> $ make fulltest
>
> [1] Configure.pl can take some arguments like compiler (--cc=xxx) and
> intval and floatval format (especially if your perl is built with non
> standard types).
> s. perl Configure --h
I'll add the 5.8.x smoke as well (using `svn
>switch` on my hdir and T::S::S::Hardlink again. Comments???
Go for it :)
FWIW Abe's laters internal build is here: http://www.xs4all.nl/~ztreet/perl/
THIS IS NOT A PRODUCTION VERSION! Use at own risk.
> John
--
H.Merijn
2002/medium/dscf0046.html reveals
the *real* Leon :) [ temporary available ]
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: [EMAI
erl6-internals" ...
>
> s/Schwern/Merijn/
>
> For reference: http://husk.org/perl/yapc/DSCF0118.jpg
> I'm in the middle. Merijn is the fellow on the left who looks like he's
> just seen his grandmother naked.
That would have been *very* dirty! Both are dead
On Thu 26 Sep 2002 20:53, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> On Thu, 26 Sep 2002, Dan Sugalski wrote:
>
> > At 5:05 PM +0200 9/26/02, H.Merijn Brand wrote:
> > >
> > >perl t/harness
> > >t/builtins/array.Can't bless non-r
--
> url: http://rt.perl.org/rt2/attach/38723/31452/e35eb2/perltest.patch
>
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: [EMAIL PROTECTE
On Thu 26 Sep 2002 18:14, Dan Sugalski <[EMAIL PROTECTED]> wrote:
> At 5:05 PM +0200 9/26/02, H.Merijn Brand wrote:
> >
> >perl t/harness
> >t/builtins/array.Can't bless non-reference value at
> >../../assemble.pl line 163.
>
> Hrm. What versi
2.
# '
# expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# '
# Looks like you failed 2 tests of 2.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/rx/special.Can't bless non-reference value at ../.
On Mon 09 Sep 2002 22:22, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> On Mon, 9 Sep 2002, H.Merijn Brand wrote:
>
> [HP-UX 11.00, GNU gcc-3.2]
>
> > > cd languages/perl6
> > > make
> >
> > For gcc (which was the last I used) I got :(
>
ional 'vi' doesn't have an 'expandtab' option anyway.
most vi's do, but only when it appears in the first vive or last five lines of
the file. For security reasons some(most) vi's have disabled this feature by
default.
e.g. elvis has it disabled by default, but y
On Mon 09 Sep 2002 17:39, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> On Mon, 9 Sep 2002, H.Merijn Brand wrote:
>
> > On Mon 02 Sep 2002 22:25, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > >
> > > Similarly, it may be a good time to revisit our "
poraries, by translating this:
>
> @a = @b ^+ @c ^+ @d;
>
> into this:
>
> for @a; @b; @c ; @d -> $a, $b, $c, $d is rw {
> $d = $a + $b + $c;
$a = $b + $c + $d;
I might hope
> }
>
> /s
--
H.Merij
parrot.
>
> [EMAIL PROTECTED] was renamed at one point, due to conflict related to the
> name. The old addresses for it still work, but it's renamed as far as the
> outside world's concerned.
Most (90%) of the smoke report still flow in through [EMAIL PROTECTED]
only ver
http://www.perl.org/perl6 is a bit behind. Anyone care to update and include
apo-5? And Damian's tour info.
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
WinNT 4, Win2K pro
version of GCC 3?
FWIW bleadperl compiles OK with 3.0.4/64 on hppa-2.0w (64bit), but croacks on
3.1/64 (2002-04-08 snapshot). GNU developers are looking at it themselves
--
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.7.3 & 631 on HP-UX 10.
t;
> > 2. Aren't parrots more flashy?
>
> Good point -- maybe the logo ought to have bright red,
And some bugs (mosquito's and such) :)
> solid green, and lovely blues. But then, I like primary
> colors... maybe others don't...
>
--
H.Merijn Brand
or 64bit env's) or rebuilt perl for each parrot smoke.
Which in fact would be fun to integrate into the bleadperl smoke :) that is,
test parrot for every bleadperl conf tested. H, think, think, think ...
--
H.Merijn BrandAmsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5
naming the specific
> things that are problems and suggesting solutions.
I'm in between, and wait with my final opinion till after the last apocalypse
and I've got a complete picture.
> It must be a full moon or something :-)
for $something (qw( debugging configuring coding
On Tue, 20 Feb 2001 19:17:25 + Simon Cozens <[EMAIL PROTECTED]> wrote:
> On Tue, Feb 20, 2001 at 07:43:11PM +0100, H.Merijn Brand wrote:
> > My name (Merijn) is *from* Tolkien's dutch translation, so I'm a little biases
> > if I state: "Stick with
1 - 100 of 104 matches
Mail list logo